Clear Up
SharpKit Reference

jQuery.filter Method (JsFunc<T, TResult>)

Reduce the set of matched elements to those that match the selector or pass the function's test.

Namespace: SharpKit.jQuery

Class: jQuery

Syntax

public jQuery filter(JsFunc<T, TResult> function)

Parameters

function
Type: SharpKit.JavaScript.JsFunc<T, TResult>

Return Value

Type: SharpKit.jQuery.jQuery
© Copyright 2005-2011 SharpKit. All rights reserved.