ページに 2 つのタブがあり、両方のタブを閉じた状態でページを初期化したいと考えています。私はそれを働かせることができません。アコーディオンに切り替えると、両方を閉じて初期化できます。
タブの別のプロパティはありますか?
また、すでに開いているタブをクリックすると、タブが閉じられると思います。しかし、そうではありません。
<div class="section-container auto tabs" data-section data-options="one_up: false;">
<section>
<p class="title" data-section-title><a href="#">Section 1</a></p>
<div class="content" data-section-content>
<p>Content of section 1.</p>
</div>
</section>
<section>
<p class="title" data-section-title><a href="#">Section 2</a></p>
<div class="content" data-section-content>
<p>Content of section 2.</p>
</div>
</section>
</div>