There are shorthand methods for some standard browser events such as .click() that can be used to attach or trigger event handlers. Syntax $(selector).bind(event,data,function,map) jQuery offers various event handlers like on(), live() and bind().Though, there are some minor differences which are discussed below. Can I wrap a JavaScript event in a jQuery event? Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks⢠or registered® trademarks of their respective holders. Multiple event types can be bound at once by including each one separated by a space: The effect of this on