Back

.find( selector )

Get the descendants of each element in the matched set that match a given selector

Params

selector{Selector}A selector expression to match elements against

Returns

DollarJS (new set)

Examples

$('p').find('span')