In the following JavaScript code there is a dollar ($) sign. What does it mean?
$
$(window).bind(\'load\', function() { $(\'img.protect\').pro
The $() is the shorthand version of jQuery() used in the jQuery Library.
$()
jQuery()