What’s the deal with the $ in jQuery? What is it and what does it mean?
$
$ is an object of jQuery library which has all the properties and functions.
Hi rjregina,
$ sign is use to define/access jQuery
Basic syntex of Jquery is $(Selector).action()
for more details refer below links
http://www.w3schools.com/jquery/jquery_syntax.asp
http://learn.jquery.com/using-jquery-core/dollar-object-vs-function/
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.