JQuery Selecione tudo, exceto o primeiro filho
$("div.test:not(:first)").hide();
https://stackoverflow.com/questions/2259393/jquery-select-all-except-first
Mr. Samy
$("div.test:not(:first)").hide();
https://stackoverflow.com/questions/2259393/jquery-select-all-except-first