mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
added input types url and tel to auto-init.
This commit is contained in:
parent
214e2e0c1a
commit
4d66aa6397
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'], input[type='email'], textarea", e.target )
|
||||
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea", e.target )
|
||||
.not( ":jqmData(role='none'), :jqmData(role='nojs')" )
|
||||
.textinput();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue