event.type
  • References/JavaScript/jQuery/Events

Describes the nature of the event. event.type

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

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

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

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

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

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

2025-01-10 15:47:30