.load()
Load data from the server and place the returned HTML into the matched elements.
Load data from the server and place the returned HTML into the matched elements.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Select all elements at an index less than index within the matched set.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focusin” event.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Selects the first matched DOM element.
Insert every element in the set of matched elements to the beginning of the target.
Bind an event handler to the “focusout” JavaScript event.
Selects all elements of type radio.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Selects elements which contain at least one element that matches the specified selector.
Select all elements at an index greater than index within the matched set.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Selects all elements of type file.
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.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.