Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

autocomplete off using jquery

// turn autocomplete off with jquery like this:
$('form').attr( 'autocomplete', 'off' );
 
PREVIOUS NEXT
Tagged: #autocomplete #jquery
ADD COMMENT
Topic
Name
6+3 =