javascript dollar sign

JavaScript
//without jQuery, $ is just another symbol in JavaScript
//with jQuery, it's how you declare jQuery objects.
$('#selector').text('jQuery rocks!');
Source

Also in JavaScript: