Is there a way to check if a input field is auto filled. I tried to do this with a function that gets called from the change event. It checks each input and sees if it has a value if it has then its auto filled. This works for firefox but for IE the auto fill doesn't happen until after the change event gets fired. I need something more reliable for all browsers any ideas.
Asked
Active
Viewed 193 times
0
-
1Possible duplicate of http://stackoverflow.com/questions/343192/why-does-the-javascript-onchange-event-not-fire-if-autocomplete-is-on – j08691 Jan 13 '12 at 01:57
-
This method doesn't work for IE9 or Safari. Anyone got any other solutions. – Chapsterj Jan 13 '12 at 02:11