It's not a secret anymore!
The moose likes Other Application Frameworks and the fly likes What is $$ in jQuery Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "What is $$ in jQuery" Watch "What is $$ in jQuery" New topic
Author

What is $$ in jQuery

silamala ramesh babu
Greenhorn

Joined: Dec 08, 2011
Posts: 20

Hi every one,

I am new to Jquery, i learnt JQUERY and started working on that and somewhere i saw $$ in the code.
I gogled for $$ in Jquery but no use so any one can help me in this .


rsilamala
Tim McGuire
Ranch Hand

Joined: Apr 30, 2003
Posts: 819

I think it is just a convention used by a particular developer.

See This thread: http://stackoverflow.com/questions/1463867/javascript-double-dollar-sign


Short answer, the $ sign is a valid identifier in JavaScript so you are just looking at a bunch of ugly variable names. ;)



 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What is $$ in jQuery
 
Similar Threads
problem in refreshing
cross browser issues
Date picker
Grails and jQuery: how to get image to show that the user just typed in the URL to
jQuery and JSP