Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够使用 Tab 键来选择 jQuery UI 选项卡控件,但我看不到可以在哪里设置其 TabIndex。我看到很多关于选项卡控件中选项卡索引的帖子,但我指的是控件本身的整体 TabIndex。
谢谢你。
JQuery UI 1.9.0以上版本,可以访问
ui.newTab.index()
在你的函数里面,得到你需要的东西。
对于早期版本,请使用
ui.index
这应该够了吧!
雷切尔:)