> 1) If I include the prototype file FIRST and the JQuery file SECOND > with the jQuery.noConflict() method call at the end of the JQuery file > (within the JQuery file) then Javscript class definitions using > prototype work and so do called to JQuery.whatever(). HOWEVER I get in > the firefox error console this error: 'element.dispatchEvent() is not > a function' as this originates from the prototype file. > > 2) If I include the JQuery file FIRST and the prototype file SECOND > JQuery is completely broken regardless of where i put the > jQuery.noConflict() call i.e. in the end of the JQuery file or anytime > after the inclusion of the prototype file.
Can you post a link to the page you're working on? These libraries can definitely run side-by-side. In fact, on the following page I'm using jQuery, Prototype, Dojo, Mochikit, and YUI all together. http://www.malsup.com/jquery/form/comp/ Mike