Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript My experience using Jquery and mootools together Re: My experience using Jquery and mootools together

#92019
rolf
Member

Maybe instead of using noConflict as the var name you could use $j which is a bit shorter ;)

Basic explanation for those who want to read more: http://docs.jquery.com/Using_jQuery_with_Other_Libraries

I would stress to the client to use just 1 library, or better, the devs should really tell the client that using two libraries is silly (a lot of extra kb’s to download for no reason).

There are some good resources online on how to use both together, but only if you really must I’d say it’s worth checking out. Like http://moo4q.com