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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -