我不知道如何从代码后面触及活动标签?这样,我将页面重定向到活动选项卡。我只想知道活动标签索引{1或2或3}如何获取它?
答案 0 :(得分:0)
直接离开Documentation。
$('#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