[jQuery] Re: Conflicts between scripts

2009-05-15 Thread jmCom
Thanks for all the insight and advice. Thanks also for not being smug like many bloggers/posters. I actually used jQuery-lightbox.0.5 which works/plays well with the older interface.js and Voila! Problem solved. Again, you guys are a huge help and I appreciate it! jmCom

[jQuery] Re: Conflicts between scripts

2009-05-15 Thread Peter Edwards
You can avoid this conflict altogether (and reduce downloads considerably) using slimbox or thickbox http://www.digitalia.be/software/slimbox (lightbox clone for jQuery) http://jquery.com/demo/thickbox/ (can use to achieve lightbox effect, but much more versatile - can handle anything - not j

[jQuery] Re: Conflicts between scripts

2009-05-15 Thread Mike
There is a problem with loading prototype and jquery on the same page. One trick that you can do is bulk replace in interface.js the '$' with 'jQuery'. Update all your scripts that use jQuery to replace the '$'. Also, remember that on your pages to use 'jquery' rather than '$' when referencing