InterviewSolution
Saved Bookmarks
| 1. |
Which event handler is triggered when the user’s mouse moves onto a link?(a) onMouseOver(b) onMouseOut(c) onMouse(d) onMouseOntoI have been asked this question in examination.I need to ask this question from Animation in section Caching, Debugging and Animation of JavaScript |
|
Answer» The correct option is (a) onMouseOver |
|