I have some HTML inputs and I need to run some javascript when the user exits them however I have always used onblur but a colleague has suggested ondeactivate.
I can't find much info about ondeactivate and thought it was an old method for old browsers. Will onblur run on older browsers?