jQuery UI选项卡,活动选项卡
本文关键字:选项 活动 UI jQuery | 更新日期: 2023-09-27 18:28:04
我不知道如何从代码后面到达活动选项卡?因此,我将页面重定向到活动选项卡。我只想知道活动选项卡索引{1或2或3}如何获得它?
直接从文档中取出。
$('#example').bind('tabsselect', function(event, ui) {
ui.tab // anchor element of the selected (clicked) tab
ui.panel // element, that contains the contents of the selected (clicked) tab
ui.index // zero-based index of the selected (clicked) tab
});
因此,您想要获得ui.index