Explain following events in javascript with example
a) on mouse over
b) on change
c) on click
d) on focus
e) on load
Answers
Answered by
0
Answer:
a) on mouse over
onmouseover attribute activated when user mouse pointer moves over an element.
b) on change
onchange is an event which is use to change the content after element loses focus
usually use for textboxes
c) on click
this event occurs when the you click on an element.
d) on focus
makes the element to get focus
e) on load
onload event occurs when an object has been loaded.
mostly used within the <body> element
Similar questions
Hindi,
2 months ago
Physics,
2 months ago
Math,
2 months ago
Physics,
4 months ago
Computer Science,
4 months ago
Math,
10 months ago
Social Sciences,
10 months ago