jQuery jQuery Dollar Sign($) June 27, 2014 Pramod T P Leave a comment Dollar Sign is nothing but it’s an alias for JQuery. Example $(document).ready(function(){ }); Over here $ sign can be replaced with “jQuery” keyword. jQuery(document).ready(function(){ });