Answers for "= in jquery"

1

what is $ in jquery

$ is the shortcut for jQuery and acts as a selector. Similar to querySelector
$('#id')
$('.class')
$(this)
Posted by: Guest on July-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language