> You should never use two libraries together.  You won't ALWAYS have
> issues, like this, but the chances are high that you will.  Usually due to 
> conflicting variables.

IME, the chances are more "intermediate" than high.

jQuery.noConflict(), using document.id in place of Moo's $(), and
using the latest versions of both takes care of the lion's share of
issues.

True, it can be risky to use multiple frameworks, but it's not a
"never" situation. Many ultra-contemporary sites use multiple
microframeworks that have explicitly overlapping helper functions (in
terms of purpose, not name). You just make sure to tell your "_" from
your "$".

You are more likely to have conflicts between newer JS engines and
frameworks than between frameworks.

-- S.

-- 

--- 
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