Selector Example Description * $(“*”) It is used to select all elements #id $(“#firstname”) It will select the element with id=”firstname” element $(“p”) It will select all p elements
確定! 回上一頁