mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fixing a typo at the e-swatch-page-link and a copy/paste typo at collapsible content description
This commit is contained in:
parent
4e2aebaa36
commit
e33549ea9c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<li><a href="theme-b.html" data-role="button" data-transition="fade">B </a></li>
|
||||
<li><a href="theme-c.html" data-role="button" data-transition="fade">C </a></li>
|
||||
<li><a href="theme-d.html" data-role="button" data-transition="fade" class="ui-btn-active">D </a></li>
|
||||
<li><a href="theme-e.html" data-role="button" data-transition="fade">E w</a></li>
|
||||
<li><a href="theme-e.html" data-role="button" data-transition="fade">E </a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Theme D Sample Page</h2>
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
<div data-role="collapsible-set">
|
||||
<div data-role="collapsible" data-collapsed="false">
|
||||
<h3>Section 1</h3>
|
||||
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
|
||||
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
|
||||
</div>
|
||||
<div data-role="collapsible">
|
||||
<h3>Section 2</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue