diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html index 614d5494..3757a05b 100755 --- a/docs/forms/docs-forms.html +++ b/docs/forms/docs-forms.html @@ -68,7 +68,7 @@
All jQuery Mobile widgets can be disabled in the markup by adding the standard disabled attribute to the element, just like you would with native controls. Each form widget also has standard disable and enable methods that are documented with each form widget. Here are a few examples of disabled widgets. Note that you can disable form buttons, but not links with a role of button because links don't have a parallel disabled feature in HTML. If you need to disable a link-based button, it's possible to apply the same disabled class ui-disabled with JavaScript to the enhanced button markup generated to achieve this effect.
All jQuery Mobile widgets can be disabled in the markup by adding the standard disabled attribute to the element, just like you would with native controls. Each form widget also has standard disable and enable methods that are documented with each form widget. Here are a few examples of disabled widgets: