.position()
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Selects elements which contain at least one element that matches the specified selector.
Retrieve the DOM elements matched by the jQuery object.
Select all elements that have at least one child node (either an element or text).
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Matches elements that match all of the specified attribute filters.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Remove all child nodes of the set of matched elements from the DOM.
Check to see if an object is a plain object (created using “{}” or “new Object”).
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Set default values for future Ajax requests. Its use is not recommended.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().