:lang() Selector
Selects all elements of the specified language.
Selects all elements of the specified language.
Show or manipulate the queue of functions to be executed on the matched element.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the children of each element in the set of matched elements, including text and comment nodes.
Remove a previously-stored piece of data.
Merge the contents of two or more objects together into the first object.
Send data to the server using a HTTP POST request.
Remove an event handler.
Insert every element in the set of matched elements to the end of the target.
Display or hide the matched elements.
Hide the matched elements with a sliding motion.
Selects all elements of type submit.
Insert content, specified by the parameter, before each element in the set of matched elements.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Takes a function and returns a new one that will always have a particular context.
Selects all elements that are disabled.
Select all elements that have no children (including text nodes).
Load JSON-encoded data from the server using a GET HTTP request.
Selects all elements that are descendants of a given ancestor.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.