InterviewSolution
| 1. |
What Are Events In Jquery? |
|
Answer» All the VISITORS actions that a WEB page can respond to are called events. An event represents the precise moment when SOMETHING happens. Examples: .moving a mouse over an element .selecting a radio BUTTON The term "FIRES" is often used with events. Example: "The click event fires the moment if you click the mouse". All the visitors actions that a web page can respond to are called events. An event represents the precise moment when something happens. Examples: .moving a mouse over an element .selecting a radio button The term "fires" is often used with events. Example: "The click event fires the moment if you click the mouse". |
|