jQuery.grep()
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Selects all button elements and elements of type button.
Execute the next function on the queue for the matched element.
Selects all input elements of type text.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove a previously-attached event handler from the elements.
Lock a callback list in its current state.
Selects all elements that are visible.
Load JSON-encoded data from the server using a GET HTTP request.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Parses a string into an array of DOM nodes.