.ajaxSend()
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Selects all elements that are headers, like h1, h2, h3 and so on.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Encode a set of form elements as a string for submission.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Selects all input, textarea, select and button elements.
Lock a callback list in its current state.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Selects all button elements and elements of type button.
Call all callbacks in a list with the given context and arguments.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to the one at the specified index.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Selects all elements that are the last among siblings of the same element name.