I understand the use of the (single) dollar sign in popular JavaScript libraries such as jQuery and Prototype. I also understand the significance of the double dollar sign i
Double dollar sign is referenced in the following terms -
//getElementById function $$(id){ return document.getElementById(id); }