jQuery:选项卡 - 一般问题
我刚刚开始使用 jQuery Tabs 插件,我想知道:
根据演示,sstab 仅适用于唯一 ID(对于容器 div 并引用面板分区的 ID)。
有没有办法避免使用唯一 ID 并改用自定义属性? (例如“tabName=myTab”->“tabName=myTab-1”)
我这么问是因为我想在 cms 环境中使用 jQuery 选项卡,该环境有多个 GUI,并且使用唯一 ID 变得相当不可能。
谢谢
i've just started using the jQuery Tabs plugin, and i'm wondering:
according to the demos, the sstab only works with unique IDs (for the container div
and refering IDs for the panel-divs).
is there a way to avoid using unique IDs and using custom attributes instead?
(eg. "tabName=myTab" -> "tabName=myTab-1")
i'm asking because i'd like to use the jQuery tabs within a cms environment which has several guis and makes it rather impossible using unique IDs.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果您查看源代码,您会发现答案很遗憾是否定的 - http://code.google.com/p/jquery-ui/source/browse/trunk/ui/jquery.ui.tabs.js#114< /a> .
我不确定“多个 GUI”是什么意思,但您可能需要考虑让选项卡面板及其关联的锚点使用基于某些唯一数据库 ID 的 ID。
Well, if you look at the source, you'll see that the answer is sadly no - http://code.google.com/p/jquery-ui/source/browse/trunk/ui/jquery.ui.tabs.js#114 .
I'm not sure what you mean by "multiple GUIs", but you might want to consider having your tab panels and their associated anchors use IDs based off of some unique database ID.