jquery tab问题和删除问题

发布于 2024-10-24 17:35:21 字数 315 浏览 2 评论 0原文

我在一个网站上工作,我制作了一个 jquery 选项卡,但如果我在选项卡上选择数字 2 然后刷新,我想要它记住我选择的选项卡,这样它就不会再次回落到 nr 1 但是停留在选定的选项卡上。

这是我的网站: http://www.rapcom.dk 它的选项卡在右侧

我有一个小问题当我单击选项卡菜单中的链接时,它不显示页面,而是隐藏 jquery 选项卡上的所有内容:S。

在同一个网站上,我有一个论坛,我希望人们根据需要删除评论,我该怎么做?

非常感谢

im working on a site and i have making a jquery tab but i want to do if i have select number 2 on the tab and then refresh i want it to remember what tab i have selected, so it dont fall back to nr 1 again but stays at the selected tab.

here is my site: http://www.rapcom.dk its the tab on the right

i have a little problem to and its when i click on the links in the tab menu it dont show the page but hide all the content on the jquery tab :S.

on the same website i have a forum and i want people to remove the comments if they want, how can i do that?

Thanks so much

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

禾厶谷欠 2024-10-31 17:35:21

您可以将 cookie 插件 与选项卡插件一起使用,并在 cookie 中记住所选选项卡。有关 cookie 选项的更多信息,请参阅选项卡插件文档

 $( ".selector" ).tabs({ cookie: { expires: 30 } });

You can use the cookie plugin with the tab plugin and remember the selected tab in a cookie. See the tab plugin documentation for more information on the cookie option.

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