Siblings in jQuery — a practical guide to jQuery siblings with clear examples you can reuse in real projects.
jQuery Tutorial Series (49/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Useful for tab/accordion exclusive active states.
siblings
$(this).siblings().removeClass('active');
$(this).addClass('active');