I'm trying out the control on a site that has a lot of jQuery scripts... I keep getting javascript errors until I disable all jQuery scripts on the page..
/Ulrich Ebsen
P.S: The before mentioned error happens regardless of jQuery is present or not.
Do you have a hard coded reference to the jquery base libraries on your template or page? This package uses the umbraco.library:AddJQuery() function to add those libraries so duplicate script files would cause an error. Try removing any hardcoded reference to the base jquery library from your template but keep the other scripts, and see if that resolves the issue.
Error when using jQuery
Hi
I'm trying out the control on a site that has a lot of jQuery scripts... I keep getting javascript errors until I disable all jQuery scripts on the page..
/Ulrich Ebsen
P.S: The before mentioned error happens regardless of jQuery is present or not.
Do you have a hard coded reference to the jquery base libraries on your template or page? This package uses the umbraco.library:AddJQuery() function to add those libraries so duplicate script files would cause an error. Try removing any hardcoded reference to the base jquery library from your template but keep the other scripts, and see if that resolves the issue.
-Chris
is working on a reply...