As Brandon has pointed out in your other post, you don't have a conflict at all, you have bad code. And it's nothing to do with jQuery! It looks like someone has run some sort of compressor on the code in javascript.js, and the scripting isn't up to scratch and won't stand compressing (at least, not using whatever tool was used). Obviously it wasn't tested in compressed form either. Its easy enough to prove by simply editing out your dozen or so lines that bring in and use jQuery, and see if you still get the error. BTW if you are at all concerned about running jQuery alongside other libraries you really should read http://docs.jquery.com/Using_jQuery_with_Other_Libraries http://docs.jquery.com/Using_jQuery_with_Other_Libraries . And probably apply its techniques!
caruso_g wrote: > > > I am sorry to repost again about this conflict, but I am still having > the conflict beetween this two frameworks. I would like to say that I > LARGELY prefer jQuery, which makes me able (just a graphic with NO > coding skills...) to add utilities and effects to my site in a breeze > (thanks, really)! But I have to make sites where other devs use > Mootools, so I am still encountering the issue. I update the jQuery > package to the latest, since I red that it was solved, but the > conflict is still there. Thanks to everyone which will have the time > to help me. The following is the link where I get the issue: > http://www.bonsai-studio.net/clients/clickadvisor-02/plugins-pages/accordion/index.html > > > -- View this message in context: http://www.nabble.com/jQuery-and-Mootools-again...-tf4576676s27240.html#a13068445 Sent from the jQuery General Discussion mailing list archive at Nabble.com.