[jQuery] Re: superfish and Lokesh Dhakar's lightbox2 seem to conflict - please help

2009-07-06 Thread JayD
Figured it out. Thought I'd post my own answer here. Seems I was using an older version of scriptaculous.js . Apparently... "there is a conflict with an older version of Scriptaculous and jQuery (Scriptaculous was attempting to extend the native Array prototype incorrectly)". For anyone who may ha

[jQuery] Re: superfish and Lokesh Dhakar's lightbox2 seem to conflict - please help

2009-07-03 Thread JayD
Thanks again Charlie, Have done as you've said but still no luck. I've placed the script file referencing to the 'prototype library' above the below as you described. // Use Prototype with $(...), etc. $('someid').hide(); The relevant parts of the page head now look like this:

[jQuery] Re: superfish and Lokesh Dhakar's lightbox2 seem to conflict - please help

2009-07-02 Thread Charlie
gone too far, only place the $ needs changing is in the script tag you use to call menu and create functions based on jquery.js or plugins. The plugins are safely contained in special function wrappers. For now just consider plugin files as read only, and library files are always read only yo

[jQuery] Re: superfish and Lokesh Dhakar's lightbox2 seem to conflict - please help

2009-07-02 Thread JayD
Thanks Charlie, Greatly appreciate your assistance with this. Unfortunately however still no joy... I'd prefer to continue using the Prototype version of Lightbox and I've now been informed by other team members that I must so am really keen to get Superfish and Lightbox2 working properly indepe

[jQuery] Re: superfish and Lokesh Dhakar's lightbox2 seem to conflict - please help

2009-07-02 Thread Charlie
was trying to look at the navbar and didn't see protoype script there one problem is you have 2 versions of jquery.js loading, one with each plugin. That can cause problems. Keep the top one, delete bottom one. See if that helps. If menu problem persists seeing a version with no other script