---------- Syntax Description $("*") Selects all elements. $(this) Selects the current HTML element. $("p.intro") Selects all

elements with class="intro". $("p:first") Selects the first

element. $("ul li:first") Selects the first

  • element of the first