mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 01:24:41 +00:00
Edited js/jquery.mobile.forms.textinput.js via GitHub
This commit is contained in:
parent
3afef99719
commit
0123608748
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue