jQuery.parseJSON()
Takes a well-formed JSON string and returns the resulting JavaScript value.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Parses a string into an array of DOM nodes.
For key or mouse events, this property indicates the specific key or button that was pressed.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Remove an attribute from each element in the set of matched elements.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Bind an event handler to the “error” event, or trigger that event on an element.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Select the element at index n within the matched set.
Lock a callback list in its current state.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Search for a given element from among the matched elements.
Encode a set of form elements as a string for submission.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Selects all elements that are headers, like h1, h2, h3 and so on.
Selects all input, textarea, select and button elements.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.