Is it possible to display the default text in a password field as plaintext ?
Using below code the textfield value is displayed as “**” instead of “Password”
Thanks
<div id="fnameDiv" data-role="fieldcontain">
<input id="password" name="password" type="password" value="Password"/>
</div>
Live Example: http://jsfiddle.net/t4BQm/18/
HTML:
JS:
This might be Related: change type of input field with jQuery