1
要素を非表示にする簡単な方法を探しています。要素の表示を設定し、クッキーを設定してクリックを隠すように設定する
<div id="hide-me">I need to be hidden</div>
<div id="hiding">
If I get clicked, #hide-me's display style goes from block to none.
Now the next time this person visits again, #hide-me will be display:none.
</div>