diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html index 460b4b8a..fb20da83 100755 --- a/docs/forms/docs-forms.html +++ b/docs/forms/docs-forms.html @@ -198,7 +198,7 @@ $(document).bind('mobileinit',function(){ }); -
One special case is that of selects. The above sample will prevent any and all augmentation from taking place on select elements in the page if select is included. If you wish to retain the native performance, look/feel of the menu itself and benefit from the visual augmentation of the select button by jQuery Mobile you can set $.mobile.nativeSelectMenu to true in a mobileinit callback as a global setting or use data-native="true" on a case by case basis.
One special case is that of selects. The above sample will prevent any and all augmentation from taking place on select elements in the page if select is included. If you wish to retain the native performance, look/feel of the menu itself and benefit from the visual augmentation of the select button by jQuery Mobile you can set $.mobile.selectmenu.prototype.options.nativeMenu to true in a mobileinit callback as a global setting or use data-native-menu="true" on a case by case basis.