jQuery selectors
jQuery selectors; List of jQuery selectors: :empty :hidden :visible :first :last :even :odd :nth-child(3n) :not(:even) :first-child :last-child :only-child List of jQuery form selectors: :checked :disabled :enabled :focus :selected jQuery selectors types: Multiple Attribute Selector [name="value"][name2="value2"] Multiple Selector ('.selector1, .selector2, .selectorN') - select elements which have one of these classes Next Adjacent Selector ('prev + next') ... Read more