Element Selectors in jQuery — a practical guide to jQuery element selectors with clear examples you can reuse in real projects.
jQuery Tutorial Series (12/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Combine with context or find() for scoped queries.
Element selector
$('p').css('line-height', '1.6');
$('ul li').addClass('list-item');