Page 1 of 1

"onmouseout" event for input?

Posted: Thu Sep 20, 2012 3:39 pm
by Eric5020946

which event should I use for input when I need to detect leaving the input (blur, focus goes to different input)


"onmouseout" event for input?

Posted: Thu Sep 20, 2012 4:28 pm
by maxkatz

There is no mouse on mobile devices so I'm not sure if "onmouseout" is supported on mobile devices. You just need to check which event is fired when you leave the field.


"onmouseout" event for input?

Posted: Thu Sep 20, 2012 4:33 pm
by Eric5020946

i know this event is not available, it seems like there is no other event available that fires when leaving input..