jQuery.grep( array, function [, invert ] )Returns: Array
Description: Finds the elements of an array which satisfy a filter function. The original array is not affected.
-
version added: 1.0jQuery.grep( array, function [, invert ] )
- arrayType: ArrayLikeObjectThe array-like object to search through.
-