I have a small jQuery selectors question, I have the following html:
<
This doesn't quite answer your question, but you could skip the first matched element using gt.
For example:
$('div.member-info:gt(0)')
See: http://api.jquery.com/gt-selector/