diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html index 9bbf7435..37daf32b 100755 --- a/docs/forms/docs-forms.html +++ b/docs/forms/docs-forms.html @@ -195,7 +195,7 @@ myswitch.slider("refresh"); $(document).bind('mobileinit',function(){ $.mobile.page.prototype.options.keepNative = "select, input.foo, textarea.bar"; }); - +

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.