开发者

Mootools Element.fx conflict with jquery 1.5

开发者 https://www.devze.com 2023-02-28 10:43 出处:网络
I\'m trying to use the element.fx effect from mootools as shown here but it seems like its conflicting with jquery 1.5.

I'm trying to use the element.fx effect from mootools as shown here but it seems like its conflicting with jquery 1.5.

when I remove it starts working again. Any ideas on开发者_如何转开发 a work around?


Try using document.id('my_dom_element') instead of $('my_dom_element') when you are trying to use MooTools functions. You can also use jQuery's noConflicts() method.

0

精彩评论

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