Finds the elements of an array which satisfy a filter function. The original array is not affected.
Namespace: SharpKit.jQuery
Class: jQuery
public static JsArray grep(JsArray array, JsAction<T1, T2> function)