Last Updated: February 25, 2016
·
523
· subinvarghesein

$(selector) vs $.find(selector)

$(selector) : returns a jQuery object with the list of matched elements.
$.find(selector) : returns an Array containing the matched elements.

Picture

1 Response
Add your response

Why choose one over the other?

over 1 year ago ·