Can you set a text type to "Password" within a side-by-side table text entry?
Page 1 / 1
Yes, you can do it with JavaScript. Locate the input element with jQuery then set the type attribute to password. Something like:
jQuery(element).attr("type","password");
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.