if (localStorage.getItem("notification") !== "true") { $("#cookieinfo").html( /*html*/ ` `); $("#notif-close").on("click", function () { localStorage.setItem("notification", "true"); }); }