I've got a fairly standard username/password entry box on a web site I'm building. The password box has a div containing "Password" overlaid on top of it, which is set to display: none;
on focus or click.
This works great until the user asks their browser to remember the password: in that case you can end up with the situation in the attached screen shot.
My question then is: is there an event that I can bind to that will trigger when the password field autofills so I can hide the help div?