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 Tabs ウィジェットを読み込もうとしています。
次のことを試しましたが、最初のタブがまだ表示されています。
$('#tabs').tabs({ selected: -1 });
折りたたみ可能なオプションをtrueに、アクティブなオプションをに設定できfalseます。
true
false
$("#tabs").tabs({ collapsible: true, active: false });