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
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
Thanks for pointing that out