I am looking at some javascript code and it has this in a function:
$$(\'.CssClass\').each(function(x) { .... } )
I get that the intent is
Most likely a shorthand function name that handles the DOM accessing of the specified arguments, whether tag name or object id.
As per above, you're likely in MooTools or jQuery.