cycling jQuery_Succinctly | Page 39

one-indexed. Meaning, for example, :nth-child(1) will return the first child element, but trying to use :nth-child(0) will not work. Using :nth-child(0) will always select nothing. Using :first will select the first element in the set while :last will select the last element in the set. Remember that they filter the set based on the relationship (numerical hierarchy starting a