Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

all jquery selectors

$ - $("*") It will select all elements
#id - $("#bs") - Select all elements with the ID of bs
.class - $(".blacksawn") - select element with class ="blackswan"
element - $("p") - select paragraph element
 
PREVIOUS NEXT
Tagged: #jquery #selectors
ADD COMMENT
Topic
Name
7+7 =