News:

Looking for documentation? Take a look on our wiki

Main Menu

SqueezeBox JQuery conflict

Started by buzi, August 10, 2014, 09:53:21 AM

Previous topic - Next topic

buzi

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


jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

buzi