jQuery and MooTools conflict with jQuery plugin
I have to use both MooTools and jQuery in a single page. 开发者_Go百科I am using the featureCarousel jQuery slider plugin. There is a conflict between jQuery and MooTools. But the animation is not working perfectly even with jQuery.noConflict()
function.
You can see the live demo of the issue here.
Please let me know how can I fix this issue.
Try loading JQuery and call noConflict() before loading the MooTools. Otherwise MooTools will use the $ namespace before you can call noConflict().
It doesn't look like you're using MooTools at all in the example. Also the animation seems to be working fine for me on Chrome.
精彩评论