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

Execute all handlers attached to an element for an event. .triggerHandler( eventType )

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

Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.

2025-01-10 15:47:30
:nth-last-child() selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the nth-child of their parent, counting from the last element to the first. Because

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

Return a Deferred's Promise object. The deferred.promise() method allows an asynchronous

2025-01-10 15:47:30
jQuery()
  • References/JavaScript/jQuery/Miscellaneous

Accepts a string containing a CSS selector which is then used to match a set of elements. In the

2025-01-10 15:47:30
callbacks.empty()
  • References/JavaScript/jQuery/Callbacks Object

Remove all of the callbacks from a list. This method returns the Callbacks object onto which it

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

Wrap an HTML structure around each element in the set of matched elements. The .wrap()

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

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

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

Takes a well-formed JSON string and returns the resulting JavaScript value. Passing in a malformed

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

Encode a set of form elements as an array of names and values. The .serializeArray()

2025-01-10 15:47:30