.css()
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Wrap an HTML structure around the content of each element in the set of matched elements.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
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.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Hide the matched elements by fading them to transparent.
Retrieve the DOM elements matched by the jQuery object.
Remove the set of matched elements from the DOM.
Wrap an HTML structure around each element in the set of matched elements.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Selects all elements that do not match the given selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Selects all input, textarea, select and button elements.
Display the matched elements.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.