开发者

can mootools and jquery coexist together?

开发者 https://www.devze.com 2023-02-05 18:23 出处:网络
i have a website that uses mootools and i want to add a jquery plugin to create a chat like FB. before that, i want to know if开发者_StackOverflow mootools an jquery can coexist together or is better

i have a website that uses mootools and i want to add a jquery plugin to create a chat like FB. before that, i want to know if开发者_StackOverflow mootools an jquery can coexist together or is better to have them in different pages.


The short answer would be yes.

The longer one is that you have to tell jQuery not to use the $ as a function name. This can be done with

jQuery.noConflict();

More on this here.

0

精彩评论

暂无评论...
验证码 换一张
取 消