mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 01:24:41 +00:00
Language tweaks
This commit is contained in:
parent
a9fc1e06f8
commit
2a252d70f9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<div class="content-primary">
|
||||
|
||||
<h2>Collapsible set markup</h2>
|
||||
<p>Collapsible sets start with the exact same markup as <a href="content-collapsible.html">individual collapsibles</a> except of content. By adding a parent wrapper with a <code> data-role="collapsible-set"</code> attribute, this teels the framework to style and these as a grouped block and behave like and accordion where only one section can be open at a time.</p>
|
||||
<p>Collapsible sets start with the exact same markup as <a href="content-collapsible.html">individual collapsibles</a>. By adding a parent wrapper with a <code> data-role="collapsible-set"</code> attribute around a number of collapsibles, the framework will style these to looks like a visually grouped widget and make it behave like an accordion so only one section can be open at a time.</p>
|
||||
<p>By default, all the sections will be collapsed. To set a section to be open when the page loads, add the <code> data-role="data-collapsed="false"</code> attribute to the heading of the section you want expanded.</p>
|
||||
|
||||
<pre><code>
|
||||
|
|
|
|||
Loading…
Reference in a new issue