Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JQuery UI 选项卡功能 http://jqueryui.com/demos/tabs/collapsible.html 但默认情况下,即使我们没有单击任何选项卡,我们也可以看到内容。如何将其设置为在页面加载时隐藏
尝试这个
$( ".selector" ).tabs( "option", "selected", -1 );
有关更多信息,请参阅此