VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: buzi on August 10, 2014, 09:53:21 AM

Title: SqueezeBox JQuery conflict
Post by: buzi on August 10, 2014, 09:53:21 AM
Hi,
On my Joomla 2.5 website ,in addition to Virtuemart , i have a few extensions using JQuery libraries.
im getting a "undifined is a not a function" error

on this line:
SqueezeBox.assign($$('a.modal'), {"

for this function:

      window.addEvent('domready', function() {

SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});


Im assuming the $$ is conflicting with some other library,
Can someone tell me where i can find this function ? i would like to add a "No-Conflict" JQuery code here to debug it and see what the source of the error is.
Thanks

Title: Re: SqueezeBox JQuery conflict
Post by: jenkinhill on August 10, 2014, 10:37:27 AM
SqueezeBox is not part of or included in VirtueMart so you need to find out what is using that function.
General debugging: http://forum.virtuemart.net/index.php?topic=119638.0
Title: Re: SqueezeBox JQuery conflict
Post by: buzi on August 12, 2014, 09:30:04 AM
Thanks for pointing that out