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

Execute all handlers and behaviors attached to the matched elements for the given event type. Any

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

Describes the nature of the event. event.type

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

Remove a previously-attached event handler from the elements. Event handlers attached with

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

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

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

The other DOM element involved in the event, if any. For mouseout, indicates the element

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

Remove event handlers previously attached using .live() from the elements. Any handler

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

The element where the currently-called jQuery event handler was attached. This property is most

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

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

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

The mouse position relative to the top edge of the document. event

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

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

2025-01-10 15:47:30