admin管理员组文章数量:1291043
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 method to relinquish window.$
, could you link to the proper function in their documentation any maybe a little code example of its use?
Having such a list could be useful in debugging potential conflicts with each other very quickly.
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 method to relinquish window.$
, could you link to the proper function in their documentation any maybe a little code example of its use?
Having such a list could be useful in debugging potential conflicts with each other very quickly.
Share Improve this question asked Jan 8, 2011 at 2:35 gnarfgnarf 106k26 gold badges128 silver badges161 bronze badges2 Answers
Reset to default 10Scanning this page, the only ones that e to mind are:
- jQuery - Provides
jQuery.noConflict()
to release the$
- Prototype
- MooTools
Also zepto: http://zeptojs./
zepto actually matches most of the jQuery API.
本文标签: What JavaScript libraries are known to use the global dollar sign windowStack Overflow
版权声明:本文标题:What JavaScript libraries are known to use the global dollar sign: window.$? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741517387a2382975.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论