Can jQuery and Mootools work together?

后端 未结 5 944
庸人自扰
庸人自扰 2021-01-18 11:21

Can jQuery and Mootools work together??

If not when is that case?

5条回答
  •  天命终不由人
    2021-01-18 12:17

    Simply use jQuery.noConflict to assign jQuery to something else than $:

    
    

    $ now refers to whatever you set it to before you initiated jQuery. jQuery is accessible through the jQueryobject.

提交回复
热议问题