I was wondering what is the reason for the conflict when jquery is loaded after mootools.
Anyone has a nice explaination since the web gives me shady answers.
Thanks
I was wondering what is the reason for the conflict when jquery is loaded
Share
Because they both use the
$character. Use $.noConflict() to fixIs there a particular reason why you need to use both libraries?