Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is $ in jquery

$ is the shortcut for jQuery and acts as a selector. Similar to querySelector
$('#id')
$('.class')
$(this)
 
PREVIOUS NEXT
Tagged: #jquery
ADD COMMENT
Topic
Name
6+2 =