Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

"onmouseout" event for input?

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

"onmouseout" event for input?

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.

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

"onmouseout" event for input?

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

Return to “Issues”