.ajaxSuccess()
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Adjust the opacity of the matched elements.
Selects even elements, zero-indexed. See also :odd.
Attach an event handler for all elements which match the current selector, now and in the future.
Takes a function and returns a new one that will always have a particular context.
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.
Remove elements from the set of matched elements.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove an event handler.
Selects odd elements, zero-indexed. See also :even.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Insert every element in the set of matched elements after the target.
Determine whether an element has any jQuery data associated with it.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Create a new jQuery object with elements added to the set of matched elements.
Selects all elements that are hidden.
Insert every element in the set of matched elements before the target.
Search for a given element from among the matched elements.