Meadows of wild horses

Blog...

jQuery

| Comments

셀렉터

:first  
:last   
:fisrt-child 
:last-child
:only-child
:nth-child(n)
:nth-child(even|odd)
:nth-child(Xn+Y)
:even / :odd
:eq(n)
:gt(n)
:lt(n)

Comments