diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html index 4e641ece..d30353a1 100755 --- a/docs/buttons/buttons-types.html +++ b/docs/buttons/buttons-types.html @@ -15,6 +15,9 @@
Buttons that are used for navigation should be coded as anchor links, and those that submit forms as button elements — each will be styled identically by the framework.
In the main content block of a page, you can style any anchor link as a button by adding the data-role="button" to the link. The framework will add all necessary classes to style the link as a button. For example, this markup:
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 button elements — each will be styled identically by the framework.
Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.