I'm trying to deal with a frustrating Internet Explorer issue that prevents me from using jquery-validate in conjunction with jquery-placeholder. In short, the validation does not work on fields with type=password
.
More info Here
One possible fix I came up with is to modify my passwords to be type=text
, but this of course displays the passwords in plain-text rather than as *******
.
Is there any clever html
/js
/css
trick to make text
fields display as though they were password
s?