What JavaScript libraries are known to use the global dollar sign: window.$?

前端 未结 2 1547
予麋鹿
予麋鹿 2020-11-30 12:30

Which JavaScript libraries take over the $ variable in the global scope?

If the library provides a different name on the global namespace, or provides a

相关标签:
2条回答
  • 2020-11-30 13:05

    Also zepto: http://zeptojs.com/

    zepto actually matches most of the jQuery API.

    0 讨论(0)
  • 2020-11-30 13:24

    Scanning this page, the only ones that come to mind are:

    • jQuery - Provides jQuery.noConflict() to release the $
    • Prototype
    • MooTools
    0 讨论(0)
提交回复
热议问题