I have been going through some jQuery functionality.
Can any one please give me some idea of what the difference is between the use of $ and $$
$
$$
All jQuery functionality is encapsulated in the jQuery object, which is also accessible as $. The code you are examining might be using a different library (eg. Mootools), that uses a $$ function.
jQuery