.before()
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Remove elements from the set of matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Display or hide the matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Attach a handler to an event for the elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Load JSON-encoded data from the server using a GET HTTP request.
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.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Load data from the server using a HTTP GET request.
Send data to the server using a HTTP POST request.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Display or hide the matched elements with a sliding motion.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Hide the matched elements.