.trigger( eventType [, extraParameters ] )Returns: jQuery
Description: Execute all handlers and behaviors attached to the matched elements for the given event type.
-
version added: 1.0.trigger( eventType [, extraParameters ] )
- eventTypeType: StringA string containing a JavaScript event type, such as
click
or
-