Merge branch 'no_enhance_for_hidden' of https://github.com/hynkle/jquery-mobile into hynkle-no_enhance_for_hidden

This commit is contained in:
scottjehl 2011-01-11 13:42:30 -05:00
commit 44d6064fb6

View file

@ -171,7 +171,7 @@ $.widget( "mobile.page", $.mobile.widget, {
this.element
.find( "input, textarea" )
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image']" )
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image'], [type='hidden']" )
.not(this.keepNative)
.textinput();