Multiple Attribute Selector [name=”value”][name2=”value2″]
Matches elements that match all of the specified attribute filters.
Matches elements that match all of the specified attribute filters.
Determine the current state of a Deferred object.
Selects all elements that are the first among siblings of the same element name.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Select all elements that have no children (including text nodes).
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.
Add a collection of DOM elements onto the jQuery stack.
Remove the set of matched elements from the DOM.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Selects the first matched DOM element.
Selects all elements that do not match the given selector.
Get the closest ancestor element that is positioned.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Selects all input elements of type text.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Execute the next function on the queue for the matched element.