重命名 jQuery 选项卡?
是否可以重命名 jQuery UI 选项卡控件中的所有选项卡? 我的选项卡编号从 1..N 开始,并且可以从中删除选项卡。 我想“重命名”其余选项卡,以便在删除第四个选项卡时将它们编号为 1,2,3,4,5,6 和 1,2,3,5,6,7。 它们最终应该由基于 1 的索引命名。
Is it possible to rename all the tabs in a jQuery UI tab control? My tabs are numbered from 1..N, and it is possible to remove a tab from it. I want to "rename" the remaining tabs so they are numbered 1,2,3,4,5,6, and 1,2,3,5,6,7 when you remove the fourth tab. They should end up named by their 1-based index.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Tabs_3,那么这非常简单。 简单地:
If you're using Tabs_3, then it's very easy. Simply: