jQuery :first-child Selector
Learn all about the jQuery function :first-child Selector.
While :first matches only a single element, the :first-child
selector can match more than one: one for each parent. This is equivalent to :nth-child(1)
.
Login to join the community
jQuery Cards is a community to share and geek out
about the latest, coolest jQuery plugins
Login with:
We'll never post to Twitter or Facebook without your permission.
A repository of over 1000 quality jQuery plugins
While :first matches only a single element, the :first-child
selector can match more than one: one for each parent. This is equivalent to :nth-child(1)
.