.find( selector )Returns: jQuery
Description: Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
-
version added: 1.0.find( selector )
- selectorType: SelectorA string containing a selector expression to match elements against.
-
-
登录查看完整内容