$(document).ready(function() { // #login-box password field $(\'#password\').attr(\'type\', \'text\'); $(\'#passwo
Type properties can't be changed you need to replace or overlay the input with a text input and send the value to the password input on submit.