event.type
  • References/JavaScript/jQuery/Events

Describes the nature of the event. event.type

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

Encode a set of form elements as a string for submission. The .serialize() method creates

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

Return a number representing the current time. The $.now() method is a shorthand for

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

Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.

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

Relinquish jQuery's control of the $ variable. Many JavaScript libraries use $

2025-01-10 15:47:30
:disabled selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are disabled. As with other pseudo-class selectors (those that begin with

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

Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector. Given

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

Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand

2025-01-10 15:47:30