jquery ui 选项卡阻止添加 ui-tabs-selected ui-state-active
寻找一种方法来防止 jquery 在选项卡更改时将 ui-tabs-selected 和 ui-state-active 添加到选项卡栏/菜单。但如果可能的话,添加我自己的样式。
试图找到解决方案,但还没有……有人吗?
Looking for a way to prevent jquery from adding the ui-tabs-selected and ui-state-active to the tab bar / menu when it changes from tab to tab. But add my own styles if possible.
Tried to find a solution, but nothing yet... anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种方法可以做到这一点。
http://ajax.googleapis.com/ajax/libs /jqueryui/1.8.16/jquery-ui.js
使用 jQuery UI 选项卡选择事件删除类:
只需使用您自己的 CSS 覆盖 ui-state-active 和 ui-state-selected 的样式:
There are a few ways you could do this.
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js
Use the jQuery UI tabs select event to remove the classes:
Just override the styles for ui-state-active and ui-state-selected with your own CSS: