Find Elements in jQuery — a practical guide to jQuery find with clear examples you can reuse in real projects.
jQuery Tutorial Series (53/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Scoped find is faster and clearer than global $() for widgets.
find
var $form = $('#checkout');
$form.find('input[required]');