A repository of over 1000 quality jQuery plugins

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).