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
.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.isPropagationStopped()
  • References/JavaScript/jQuery/Events

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

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
.die()
  • References/JavaScript/jQuery/Events

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

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

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

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
event.which
  • References/JavaScript/jQuery/Events

For key or mouse events, this property indicates the specific key or button that was pressed. The

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
.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