Children in jQuery — a practical guide to jQuery children with clear examples you can reuse in real projects.
jQuery Tutorial Series (48/101). Prefer one article? Read the complete jQuery tutorial.
Short description
children(selector) filters direct children only.
children
$('#menu').children('li');
$('#menu').find('a'); // all descendant links