:lang() Selector
Selects all elements of the specified language.
Selects all elements of the specified language.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Show or manipulate the queue of functions to be executed on the matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Store arbitrary data associated with the specified element and/or return the value that was set.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Attach a handler to an event for the elements.
Remove elements from the set of matched elements.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Load data from the server and place the returned HTML into the matched elements.
Get the closest ancestor element that is positioned.
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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove a previously-stored piece of data.
Set a timer to delay execution of subsequent items in the queue.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the children of each element in the set of matched elements, optionally filtered by a selector.