jQuery выберите все, кроме первого ребенка
$("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