0% found this document useful (0 votes)
44 views

Important JavaScript Events

This document lists 15 common HTML event handler attributes that can be used to trigger JavaScript code in response to user actions or browser events. Some of the events listed include onclick to run code when an element is clicked, onload to run code when a page finishes loading, onmouseover and onmouseout to run code when the mouse hovers over or leaves an element, and onsubmit to run code when a form is submitted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

Important JavaScript Events

This document lists 15 common HTML event handler attributes that can be used to trigger JavaScript code in response to user actions or browser events. Some of the events listed include onclick to run code when an element is clicked, onload to run code when a page finishes loading, onmouseover and onmouseout to run code when the mouse hovers over or leaves an element, and onsubmit to run code when a form is submitted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1) onclick

2) onload
3) onmouseover
4) onmouseout
5) onkeydown
6) onkeyup
7) onscroll
8) onsubmit
9) oncopy
10) oncut
11) onpaste
12) onplay
13) onpause
14) ononline
15) onoffline

You might also like