Auto fill not working correctly in google chrome -


good morning, have form in page contains following fields:

  • name
  • surname
  • account id (type password)
  • password (type password)

when user visits page surname , accountid being filled automatically (which wrong). surname field being filled old saved username , accountid being filled old saved password. autocomplete set off not working. not want situation user visits page, 2 fields mentioned above filled automatically. appreciated

if ($.browser.webkit) {     $('input[type="text"]').attr('autocomplete', 'off'); } 

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -