设置元素的显示并设置 cookie 以使其在单击时隐藏
我正在寻找一种简单的方法来隐藏元素并设置 cookie 以使其在单击时保持隐藏。
<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>
I'm looking for a simple way to hide an element and set a cookie to keep it hidden on click.
<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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
示例
Example