content edits

This commit is contained in:
PattyToland 2010-10-15 17:19:28 -04:00
parent 1ae43f44d5
commit f851733419

View file

@ -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 &mdash; 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>