[jQuery] Re: Resolve Mootools Conflict

2008-09-17 Thread MauiMan2
Thanks. On Sep 17, 2:30 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > The correct place for the jQuery.noConflict() call would be after mootools, > after jQuery (which you've got in the right order - mootools first, then > jQuery), and before any other javascript code that makes use of eith

[jQuery] Re: Resolve Mootools Conflict

2008-09-17 Thread Richard D. Worth
The correct place for the jQuery.noConflict() call would be after mootools, after jQuery (which you've got in the right order - mootools first, then jQuery), and before any other javascript code that makes use of either. So after line 533, before line 536. But you also need to fix lines 536 to 540