jQuery Events

jQuery event is used to show a moment when something happens. jQuery is used to set up event-driven responses on the HTML page elements. These events have often triggered by the interaction of end user with the page. Example:

  • Mouse Click Event
  • Mouse Double Click Event
  • selecting a radio button
  • moving a mouse over an element
  • A web page loading.
Here are some common DOM events:
  • Mouse Events
  • Keyboard Events
  • Form Events
  • Document/Window Events