$.grep
$.grep(items, function(item){ ... }) ⇒ array
Get a new array containing only the items for which the callback function returned true.
$.grep(items, function(item){ ... }) ⇒ array
Get a new array containing only the items for which the callback function returned true.