Sponsored Links
目前分類:JQuery 子元素 (4)
- Oct 02 Sun 2011 21:48
jQuery :only-child
- Oct 02 Sun 2011 20:20
jQuery :last-child
- Oct 02 Sun 2011 19:45
jQuery :first-child
- Oct 02 Sun 2011 17:56
jQuery :nth-child(index/even/odd/equation)
:nth-child(index/even/odd/equation)
尋找其父元素下的第N個子或奇偶元素。
':eq(index)' 只尋找一個元素,而這個將為每一個父元素尋找子元素。:nth-child从1開始的,而:eq()是從0算起的!