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()
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week