0
我遇到了ajax .tabs()問題,並且清空或刪除了未選中的選項卡的內容。我搜索了jQuery的網站,發現該事件,但至於接下來會發生什麼很困惑:如何在新選項卡上清空未選中的ajax .tabs()選擇
$(".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)
});
任何人都可以在這方面幫助?