Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)

I am using the following code:

$(window).bind('load', function() {

    $('img.protect').saveImage();

});

Can anyone help me what is the meaning of "$" symbol in JavaScript?

1 Answer

0 votes
by (26.7k points)

Basically, "$" symbol is called an identifier which will help you to create a machine generated variables like $0001.

I hope this will help.

Want to become a Java expert? join Java Course now!!

Browse Categories

...