MooTools and jQuery conflict - despite Dollar Safe Mode
问题 I'm trying to get some pre-existing MooTools code to function properly within a Drupal site. I know the MooTools code works on its own. Once I load the MooTools library in the page, jQuery stops functioning. I am including MooTools after jQuery, which (according to the MooTools developers) should prevent Moo from stealing the already defined $ from the already loaded jQuery library. I've converted all references of $ within my Moo code to document.id. When I load the page, the Moo code works