91-9990449935 0120-4256464 |
jQuery EventsjQuery events are the actions that can be detected by your web application. They are used to create dynamic web pages. An event shows the exact moment when something happens. These are some examples of events.
These events can be categorized on the basis their types: Mouse Events
Keyboard Events
Form Events
Document/Window Events
Note: A term "fires" is generally used with events. For example: The click event fires in the moment you press a key.Syntax for event methodsMost of the DOM events have an equivalent jQuery method. To assign a click events to all paragraph on a page, do this: The next step defines what should happen when the event fires. You must pass a function to the event.
Next TopicjQuery click()
|