1
我希望jQuery選項卡獨立的樣式和交互。我想爲我的主導航使用選項卡,但不想將整個頁面包裝在div.tabs中,或者使用jQuery選項卡強加的#anchor設置。這可能嗎?可變的jQuery選項卡體,只使用選項卡導航
我希望jQuery選項卡獨立的樣式和交互。我想爲我的主導航使用選項卡,但不想將整個頁面包裝在div.tabs中,或者使用jQuery選項卡強加的#anchor設置。這可能嗎?可變的jQuery選項卡體,只使用選項卡導航
你不能繼續使用強加的標記,只是隱藏標籤?
要隱藏的標籤,你可以這樣做:
$("#my_tabs_container") // your original element that you converted to tabs
.tabs("widget") // get the widget container
.find(".ui-tabs-nav") // locate the tab container
.hide(); // get rid of it