I have a small jQuery selectors question, I have the following html:
<
This should work:
$('.member-info').not('.first').hide();
Using not().