Javascript event
Page 1 of 1
Javascript event
What is the different between "onmouseover" and "onmousemove"can somebody tell me specifically?
Thanks...
Re: Javascript event
mouseoverTriggered by an element when the mouse comes over it
mousemove
Triggered by an element on every mouse move over it.
Page 1 of 1