.submit()
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Set default values for future Ajax requests. Its use is not recommended.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Display the matched elements.
Display or hide the matched elements.
Select the element at index n within the matched set.
Insert content, specified by the parameter, after each element in the set of matched elements.
Set a timer to delay execution of subsequent items in the queue.
Encode a set of form elements as a string for submission.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” 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 “focus” JavaScript event, or trigger that event on an element.
Merge the contents of two or more objects together into the first object.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.