Edited js/jquery.mobile.forms.textinput.js via GitHub

This commit is contained in:
Andy Matthews 2011-07-20 12:52:19 -07:00
parent 3afef99719
commit 0123608748

View file

@ -9,7 +9,7 @@
//auto self-init widgets
$( document ).bind( "pagecreate enhance", function( e ){
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], textarea", e.target )
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], input[type='email'], textarea", e.target )
.not( ":jqmData(role='none'), :jqmData(role='nojs')" )
.textinput();
});