.children()
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, optionally filtered by a selector.
Select the element at index n within the matched set.
Selects the target element indicated by the fragment identifier of the document’s URI.
Remove event handlers previously attached using .live() from the elements.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Attach an event handler for all elements which match the current selector, now and in the future.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Selects all elements that do not match the given selector.
Selects all elements that are the first child of their parent.
Selects the first matched DOM element.
Selects all elements that are the nth-child of their parent.
Selects all elements of the specified language.
Selects the combined results of all the specified selectors.
Matches elements that match all of the specified attribute filters.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Selects elements that have the specified attribute with a value containing a given substring.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Selects a single element with the given id attribute.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.