How to stop auto-fill in all browsers for password?
I have tried several ways but didn't find the proper solutions:
I tried:
1>
$(document).ready(function () { $('input').attr('autocomplete', 'false'); });2>
3>
type="password" readonly onfocus="this.removeAttribute('readonly');"/>Thanks in Advance

Jisny AvPosted Aug 11, 2016, 2:19 AM
Ritesh SinghPosted Aug 3, 2016, 6:13 AM
Midhun TpPosted Aug 3, 2016, 6:07 AM
Ritesh SinghPosted Aug 3, 2016, 6:02 AM
Bikesh SrivastavaPosted Aug 3, 2016, 5:59 AM