In the following JavaScript code there is a dollar ($) sign. What does it mean?

$(window).bind('load', function() {
    $('img.protect').protectImage();
});

8 Answers
8

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *