:not() Selector
Selects all elements that do not match the given selector.
Selects all elements that do not match the given selector.
Execute all handlers attached to an element for an event.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Insert content, specified by the parameter, after each element in the set of matched elements.
Replace each target element with the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Set default values for future Ajax requests. Its use is not recommended.
Selects all input elements of type text.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Selects all input, textarea, select and button elements.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.