Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Edited js/jquery.mobile.forms.textinput.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
commadelimited committed Jul 20, 2011
1 parent 3afef99 commit 0123608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.forms.textinput.js
Expand Up @@ -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();
});
Expand Down

0 comments on commit 0123608

Please sign in to comment.