showing results for - "autocomplete off using jquery"
Claudio
11 Jan 2019
1// turn autocomplete off with jquery like this:
2$('form').attr( 'autocomplete', 'off' );