.is( selector )Returns: Boolean
Description: Check the current matched set of elements against a selector, element, or jQuery object and return true
if at least one of these elements matches the given arguments.
-
version added: 1.0.is( selector )
- selectorType: SelectorA string containing a selector expression to match elements against.
-
- 登录查看完整内容