Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery triggerHandler() Method

jQuery triggerHandler() Method

 

 

The triggerHandler() method is used to trigger the specified event for the selected element. It is similar to the trigger() method. However, the trigger() method triggers the default behavior of an event.

 

Syntax:-

 

Its syntax is:- $(selector).triggerHandler(event, param1,...)

 

Further Explanation:-

 

Parameter Description
event Required. Specifies the event to trigger for the specified element
param1,... Optional. Additional parameters to pass on to the event handler.

Code Explanation

All Tutorials related to jQuery Events

All Sections related to Jquery