 |
:first-child Selector | jQuery API Documentation
jQuery: The Write Less, Do More, JavaScript Library ... 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).
api.jquery.com |
 |