Maison >interface Web >js tutoriel >Jquery命名冲突解决的五种方案分享_jquery

Jquery命名冲突解决的五种方案分享_jquery

WBOY
WBOYoriginal
2016-05-16 17:55:051248parcourir

因为许多 JavaScript 库使用 $ 作为函数或变量名,jquery也一样。其实$只是jquery的一个别名而已,假如我们需要使用 jquery 之外的另一 js 库,我们可以通过调用 $.noConflict() 向该库返回控制权。下面是收集到解决这一问题的五种方案,总有一种你会用得上的。
例一:

复制代码 代码如下:





冲突解决1






test---prototype


test---jQuery






例二:
复制代码 代码如下:





冲突解决2






test---prototype


test---jQuery






例三:
复制代码 代码如下:





冲突解决3






test---prototype


test---jQuery






例四:
复制代码 代码如下:





冲突解决4






test---prototype


test---jQuery






例五:
复制代码 代码如下:





冲突解决5






test---prototype


test---jQuery






上述实例打包下载
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn