CB and Superfish and jQuery

15 years 3 days ago #98596 by Minnie Mouse
Replied by Minnie Mouse on topic Re:CB and Superfish and jQuery
okay i tried inserting that and it still throws the error. here is the offending chunk of code. btw this all works fine on any page not running CB code.

[code:1]<script type="text/javascript" src="www.dnbsandbox.com/ads/modules/mod_superfishmenu/tmpl/js/jquery.js">
<script type="text/javascript" src="www.dnbsandbox.com/ads/modules/mod_superfishmenu/tmpl/js/jquery.event.hover.js">

<script type="text/javascript" src="www.dnbsandbox.com/ads/modules/mod_superfishmenu/tmpl/js/superfish.js">
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){ jQuery("ul.sf-menu"«»).superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation:{height:'show'}, speed:'def', autoArrows:0, dropShadows:0}) });
jQuery.event.special.hover.delay = 100;
jQuery.event.special.hover.speed = 100;

</script>
<script type="text/javascript" src="www.dnbsandbox.com/ads/components/com_comprofiler/js/cb12.min.js">
<script type="text/javascript" src="www.dnbsandbox.com/ads/components/com_comprofiler/js/overlib_mini.js">
<script type="text/javascript" src="www.dnbsandbox.com/ads/components/com_comprofiler/js/overlib_hideform_mini.js">
<script type="text/javascript" src="www.dnbsandbox.com/ads/components/com_comprofiler/js/overlib_anchor_mini.js">

<script type="text/javascript" src="www.dnbsandbox.com/ads/components/com_comprofiler/js/overlib_centerpopup_mini.js">