CSS Selecione tudo, exceto primeiro
element *:not(:first-child) /* Selects all but first element */
Av3
element *:not(:first-child) /* Selects all but first element */
$("div.test:not(:first)").hide();
https://stackoverflow.com/questions/2259393/jquery-select-all-except-first