It depends on which libraries are used on this page. Normally jQuery uses $, but some other libraries do the same, so itβs common practice to manually instruct the library to use something else if you have more than one used, which otherwise conflicts.
It seems that jQuery has been told to use $$ through jQuery.noConflict (), which may mean that $ is used by Prototype.
source share