设置 cookie 来记住聊天框是打开还是关闭

发布于 2024-11-03 01:17:51 字数 429 浏览 1 评论 0原文

我正在向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

掀纱窥君容 2024-11-10 01:17:51

您需要使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文