I came across this issue as well. However, I did not conveniently have a class named first marking my element for exclusion. Here was the solution I used for the selector in the context of this example:
$('.member-info:not(:first)');//grab all .member-info except the first match