我遇到了ajax .tabs()和清空或删除未选中的选项卡内容的问题。我已经搜索了jQuery站点,发现了这个事件,但对于下一步会发生什么感到非常困惑:
$( ".selector" ).bind( "tabsselect", function(event, ui) {
// All other tabs need to be empty when the new tab is selected
// Before the selected tab is loaded (ajax)
});
有人能帮上忙吗?