ptomter Posted January 12, 2011 Share Posted January 12, 2011 I have a slider code that I wanted to integrate in whmc header template, but It would not work. It may be that the jquery conflict with the jquery in whmcs. Anyone know a good solution? <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <script type="text/javascript"> $(document).ready(function(){ $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); </script> </head> <body> <div id="wrap"> <ul id="global"> <li><a href="#midt">Gå til innhold</a></li> <li><a href="#toppmeny">Gå til meny</a></li> <li><a href="#bunn">Gå til kontaktinformasjon</a></li> </ul> <div id="banner"> <a href="/" title="{$LANG.toppnavi_14}"><img src="{$systemurl}templates/{$template}/images/logo_domenetorget.png" width="205" height="65" /></a> <ul id="toppmeny"> <li><a href="#" title=""><span>{$LANG.toppnavi_2}</span>{$LANG.toppnavi_2_1}</a></li> <li><a href="#" title=""><span>{$LANG.toppnavi_3}</span>{$LANG.toppnavi_3_1}</a></li> <li><a href="#" title=""><span>{$LANG.toppnavi_5}</span>{$LANG.toppnavi_5_1}</a></li> <li><a href="#" title=""><span>{$LANG.toppnavi_17}</span>{$LANG.toppnavi_17_1}</a></li> <li><a href="#" title=""><span>{$LANG.toppnavi_10}</span>{$LANG.toppnavi_10_1}</a></li> </ul> <ul id="lang"> <li><a href="{$systemurl}index.php?language=norwegian" title="{$LANG.langtag_no}"><img src="{$systemurl}templates/{$template}/images/no.png" alt="Norsk" width="16" height="11" /></a></li> <li><a href="{$systemurl}index.php?language=english" title="{$LANG.langtag_en}"><img src="{$systemurl}templates/{$template}/images/gb.png" alt="English" width="16" height="11" /></a></li> </ul> </div> 0 Quote Link to comment Share on other sites More sharing options...
Rushwebspace Posted February 19, 2012 Share Posted February 19, 2012 Did you ever find a fix? seems i'm having the same problem. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.