jQuery :nth-last-of-type() Seçicisi

:nth-last-of-type() Seçicisi;

N sayma sayısından başlar başa doğru devam eder. Yani sondan seçicide denilebilir.

Örnek

<iframe height='268' scrolling='no' src='//codepen.io/w3tr/embed/WwjpXX/?height=268&theme-id=19659&default-tab=result' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='http://codepen.io/w3tr/pen/WwjpXX/'>jQuery :nth-last-of-type() Seçicisi</a> by W3TR (<a href='http://codepen.io/w3tr'>@w3tr</a>) on <a href='http://codepen.io'>CodePen</a>.
</iframe>

Codepen Ön izleme

Kullanım şekilleri;

 

CSS3 :nth-last-of-type() Seçicisi

:nth-last-of-type() Seçicisi

Aynıı seviyede bulunan elementlerin sondan kaçıncısını seçeceğini belirtmek için kullanılır.

Versiyon: CSS3

Örnek

ul li:nth-last-of-type(2) {
    background: red;
}

Codepen Ön izleme

Tarayıcı Desteği

4.0 3.5 9.0 3.2 9.6