I have been using Jquery and Mootools together for couple of fairly large
projects, and I never faced any major issues.

Please keep following in mind.

1. use jquery.noConflict();
2. check the code which has problem, see which $ instance it is, mootools
or jquery, if jquery plugin is old, then it might be using $ directly, in
such case make sure that $ is jquery, by encapsulating in function($) {}

in rare cases, there are some issues, I remember there was some conflicts
with jquery UI dropdown, i had to change couple of lines in jQuery UI.

Regards,
Nachiket Patel
http://www.jumpbyte.com


On 2 September 2013 04:29, charles mayes <crm...@gmail.com> wrote:

> Hello all,
>
> I have a small issue, MooTools and JQuery dont seem to play well
> together... Does anyone know of any workaround's or fixes?
>
> We are trying to use the mootools Accordion feateure with BPopUp code, and
> BPopUp always prevails when we place both on the same site.
>
> THANKS!!
>
> ~The Lorewiki Admin Team
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to