Jquery – How to turn off text box suggestions in Google Chrome using Javascript
I was tried to prevent to store the username and password in Google Chrome password manager. so, i was changed the type password to text in the password field using following lines in JQuery in $(document).ready section. var isChrome =…