/ Published in: JavaScript
Expand |
Embed | Plain Text
/*Use a jQuery selector to add a new attribute to input fields that you dont want to have auto-fill*/ $('input[type="password"]').attr({autocomplete:"off"});
You need to login to post a comment.
