mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 01:24:41 +00:00
content edits
This commit is contained in:
parent
1ae43f44d5
commit
f851733419
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content">
|
||||
<p>Buttons are one of the core widgets in jQuery Mobile and are used within a wide range of other plugins. Buttons that are used for navigation should be coded as links and those that submit forms are coded as <code>button</code> elements -- each will be styled identically by the framework.</p>
|
||||
<p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins. Buttons that are used for navigation should be coded as anchor links, and those that submit forms as <code>button</code> elements — each will be styled identically by the framework.</p>
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li><a href="buttons-types.html">Button markup</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue