设置 cookie 来记住聊天框是打开还是关闭
我正在向 PHPBB 网站的每个页面添加聊天功能。我需要聊天栏在整个用户会话期间以及他们返回时始终打开或关闭。
这是聊天栏的示例。 http://tennesseeclassictruckclub.com/forum/yshout/slide.html
我想我需要设置一个 cookie 来记住用户的偏好。对cookie不熟悉,所以我需要一些指导。
1) 用于设置 cookie 和聊天栏状态的 Javascript/Jquery 代码(“1”表示打开,“0”表示关闭即可)。
2)如何读取cookie的示例。
此 cookie 会干扰任何 cookie 的 PHPBB 设置吗?
I am adding a chat feature to every page of a PHPBB site. I need the chat bar to be consistently open or closed throughout the users session, as well as when they return.
Here's an example of the chat bar.
http://tennesseeclassictruckclub.com/forum/yshout/slide.html
I think I need to set a cookie that will remember the users preference. Not familiar with cookies, so I need a little guidance.
1) Javascript/Jquery code to set the cookie and state of chat bar ("1" for open "0" for closed is fine).
2) Example of how to read the cookie.
Will this cookie interfere with any cookie's PHPBB sets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 http://plugins.jquery.com/project/Cookie 并作为只要你给你的cookie命名足够独特,就不用担心干扰。
更多详细信息请参见: http://webhole.net/2010/07/10/ jquery-cookies-示例/
you'll want to use http://plugins.jquery.com/project/Cookie and as long as you name your cookies uniquely enough, no worries about interference.
More detail here: http://webhole.net/2010/07/10/jquery-cookies-example/