使用 JavaScript 和 cookie 隐藏块(并记住它)?
我想在我的网站上实现 show-hidden div 块,就像在 stackoverflow.com 上一样 - 当用户想要隐藏它时,自己将其放在按钮“X”上。可能已经有现成的解决方案了?我不太懂 JavaScript,非常感谢您的帮助!
I want to implement on my site show-hidden div block as on stackoverflow.com - at a time when the user wants to hide it himself putted on button "X". May already have a ready-made solution? I am not verse in Javascript and would be very grateful for the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个简单的工作示例,无需使用任何外部库。您可以通过动画/设计来改进它。此外,这些 cookie 函数可以非常简单,但您将来可以使用它来设置布尔值。
更新:我添加了再次显示弹出窗口的功能(主要用于调试)。
This is simple working example without using any external library. You can improve it with your animation/design. Also these functions for cookies can be very simplier but you can use it in future to set not only boolean value.
UPDATE: I added functon for show your popup again (for debug mostly).
替代方案:
对于移动检测:jsfiddle.net/axcelleria/nmosxbgm/
Alternative:
For mobile detection: jsfiddle.net/axcelleria/nmosxbgm/