What is the meaning of “$” sign in JavaScript

后端 未结 7 2163
无人共我
无人共我 2020-11-22 10:54

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

$(window).bind(\'load\', function() {
    $(\'img.protect\').pro         


        
7条回答
提交回复
热议问题