Answers for "jquery disable autocomplete off not working"

0

autocomplete off using jquery

// turn autocomplete off with jquery like this:
$('form').attr( 'autocomplete', 'off' );
Posted by: Guest on June-12-2021
-1

how to disable autocomplete

<input name="something" autocomplete="new-something" />
Posted by: Guest on July-11-2021

Code answers related to "jquery disable autocomplete off not working"

Browse Popular Code Answers by Language