Syntax$(selector).trigger(event,eventObj,param1,param2,...) ParameterDescription event Required. Specifies the event to trigger for the specified element. Can be a custom event, or any of the standard events param1,param2,... Optional. Additional parameters to pass on to the event ...