I\'m having a problem re-enabling an input after it has been disabled on the page load.
I\'m using two inputs to accept two dates, but I want it that the second input is
Working example: http://jsfiddle.net/d9vzs/
This is not how you enable disable jQUery Mobile input elements.
It can be done with this functions:
$( "input" ).textinput( "disable" ); $( "input" ).textinput( "enable" );
Official documentation: http://api.jquerymobile.com/textinput/#method-disable