.html()
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind an event handler to the “unload” JavaScript event.
Determine whether an element has any jQuery data associated with it.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.