Can jQuery and Mootools work together??
If not when is that case?
Simply use jQuery.noConflict to assign jQuery to something else than $:
$
$ now refers to whatever you set it to before you initiated jQuery. jQuery is accessible through the jQueryobject.
jQuery