.has( selector )Returns: jQuery
Description: Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
-
version added: 1.4.has( selector )
- selectorType: StringA string containing a selector expression to match elements against.
-
-
登录查看完整内容