What is the difference between $ and $$?

前端 未结 7 1044
执笔经年
执笔经年 2020-12-15 09:19

I have been going through some jQuery functionality.

Can any one please give me some idea of what the difference is between the use of $ and $$

相关标签:
7条回答
  • 2020-12-15 09:58

    All jQuery functionality is encapsulated in the jQuery object, which is also accessible as $. The code you are examining might be using a different library (eg. Mootools), that uses a $$ function.

    0 讨论(0)
提交回复
热议问题