JavaScript Event Reference

 

 Onboart    Image loading is interrupted
 onblur    Element loses focus
 onchange  The user changes the content of the field
 onclick    Mouse click event
 ondblclick  Double-click the mouse event
 onerror    An error occurred while loading a document or image
 onfocus  When the element gets focus
 onkeydown  A keyboard key is pressed
 onkeypress  A keyboard key is pressed and held down
 onkeyup  A keyboard key is released
 onload  A page or image is finished loading
 onmousedown  A mouse button is pressed
 onmousemove  The mouse is moved
 onMouseOut  The mouse is moved off an element
 onmouseover  The mouse is moved over an element
 onmouseup  A mouse button is released
 onreset  The reset button is clicked
 OnResize  Window or frame is resized
 onselect  Text is selected
 onsubmit  Submit button is clicked
 onunload  User exits the page
onscroll

Scroll bar event

 

Guess you like

Origin www.cnblogs.com/dayin1/p/11601058.html