Page 1 of 1

JQuery Versions

Posted: Thu Aug 02, 2012 8:53 am
by rayrich
Mega menu uses jquery 1.3.2 but I have another item that uses 1.5.2. Calling this stops the mega menu dropdown working.
Can I use 1.5.2 with mega menu and how do I recode the menu?
Thanks

Re: JQuery Versions

Posted: Thu Aug 02, 2012 9:42 am
by norman
Just load Multi Column Menu Setup after you load your existing jQuery. All my add-ons detect if jQuery is already loaded and if so they don't attempt to reload the provided 1.3.2.

My setup loads via this line in Standard Javascript Header Functions so just put your code above it:

<actinic:variable name="MultiColumnMenu" value="Multi Column Menu Setup" />

Re: JQuery Versions

Posted: Thu Aug 02, 2012 3:48 pm
by rayrich
Thanks for fast reply. Problem solved.