From 9b0e26324895e96c9c54832204ffd01d76a502e5 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Thu, 12 Jan 2012 21:29:00 -0800 Subject: [PATCH] Fixed closing pre tag --- docs/forms/docs-forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.