jQuery seleccione todo excepto el primer hijo
$("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