2011-03-01 231 views

回答

1

你不能繼續使用強加的標記,只是隱藏標籤?

要隱藏的標籤,你可以這樣做:

$("#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 
相關問題