:nth-child() Seçicisi;
Kendi ebevy türü ne olursa olsun nth çocuk tüm elementleri seçmek için kullanılır.
Örnek
$("p:nth-child(2)").css("background-color", "red");
Codepen Ön izleme
Kullanım şekilleri;
:nth-child(n|even|odd|formula)
Kendi ebevy türü ne olursa olsun nth çocuk tüm elementleri seçmek için kullanılır.
$("p:nth-child(2)").css("background-color", "red");
:nth-child(n|even|odd|formula)