Class selector (“.class”)
  • References/JavaScript/jQuery/Selectors

Selects all elements with the given class. For class selectors, jQuery uses JavaScript's native

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

Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is

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

Set default values for future Ajax requests. Its use is not recommended. For details on the settings

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

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

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

Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.

2025-01-10 15:47:30
deferred.fail()
  • References/JavaScript/jQuery/Deferred Object

Add handlers to be called when the Deferred object is rejected. The deferred.fail()

2025-01-10 15:47:30
deferred.resolve()
  • References/JavaScript/jQuery/Deferred Object

Resolve a Deferred object and call any doneCallbacks with the given args. Normally

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

The DOM element that initiated the event. The target property can be the element that

2025-01-10 15:47:30
.jquery
  • References/JavaScript/jQuery/Miscellaneous

A string containing the jQuery version number. The .jquery property is assigned to

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

Get the current coordinates of the first element in the set of matched elements, relative to the document. The

2025-01-10 15:47:30