Skip to main content

JQuery Method that Triggers all events bound to the selected elements

Execute all handlers attached to an element for an event without performing the default action of the browser, the transfer event or live events.

This method behaves like the trigger, but there are two major differences:

  • First, doesn't not call the default action of the browser, called event is not reported and live events are also not called.

  • Second, the event is only the first element in the collection jQuery. This method returns an object caused by the handler, jQuery. Also, if the jQuery collection is empty, it returns undefined.