mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
parent
5bd72c7b96
commit
6db3ca1390
1 changed files with 3 additions and 3 deletions
|
|
@ -35,14 +35,14 @@
|
|||
<pre><code>
|
||||
<div data-role="collapsible">
|
||||
<h3>I'm a header</h3>
|
||||
<p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
|
||||
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
|
||||
</div>
|
||||
</code></pre>
|
||||
|
||||
|
||||
<div data-role="collapsible">
|
||||
<h3>I'm a header</h3>
|
||||
<p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
|
||||
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
<div data-role="collapsible" data-collapsed="false">
|
||||
<h3>I'm a header</h3>
|
||||
<p>I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false; you need to expand the header to see me.</p>
|
||||
<p>I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false.</p>
|
||||
</div>
|
||||
|
||||
<p>Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue