Autocomplete Off Menggunakan jQuery

// turn autocomplete off with jquery like this:
$('form').attr( 'autocomplete', 'off' );
Coding Random Things