.mouseover()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.error()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "error" JavaScript event. This method is a shortcut for .on(

2025-01-10 15:47:30
.mouseleave()
  • References/JavaScript/jQuery/Events

Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element. This

2025-01-10 15:47:30
event.isDefaultPrevented()
  • References/JavaScript/jQuery/Events

Returns whether event.preventDefault() was ever called on this event object

2025-01-10 15:47:30
event.stopImmediatePropagation()
  • References/JavaScript/jQuery/Events

Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree. In

2025-01-10 15:47:30
.triggerHandler()
  • References/JavaScript/jQuery/Events

Execute all handlers attached to an element for an event. .triggerHandler( eventType )

2025-01-10 15:47:30
.change()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "change" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.on()
  • References/JavaScript/jQuery/Events

Attach an event handler function for one or more events to the selected elements. The .on()

2025-01-10 15:47:30
.unload()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "unload" JavaScript event. This method is a shortcut for .on(

2025-01-10 15:47:30
.keyup()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30