.filter( selector )Returns: jQuery
Description: Reduce the set of matched elements to those that match the selector or pass the function's test.
-
version added: 1.0.filter( selector )
- selectorType: SelectorA string containing a selector expression to match the current set of elements against.
-
- 登录查看完整内容