i have got a page with 3 scripts : nivo-slider, accordion and jcarousellite. jcarousellite is configured to go AUTO scrolling , but, after a few secconds and if i switch to another page, when i return the other scripts work but jcarousellite won`t scroll anymore, not even from next prev buttons. after the refresh it works but after a few secconds the same problem.

<script src="jquery-ui-1.7.2/js/jquery-1.3.2.min.js" type="text/javascript"></script>
  <script src="news-ticker/jcarousellite_1.0.1c4.js" type="text/javascript"></script>
  <script src="jquery-ui-1.7.2/js/jquery-ui-1.7.2.min.js" type="text/javascript"></script>
  <script src="jquery.nivo.slider.js" type="text/javascript"></script>

jquery UI 1.7.2 is the accordion script. the problem happens in chrome .i have noticed that in firefox this problem does not occour .

i m surprised because i have another page, with more scrips, accordion, lightbox, idTabs and Jcarousellite, and jcarousellite works perfectly after an hour of no refresh.

  <script type="text/javascript">

$(function() { $(".recomandate").jCarouselLite({ vertical: true, hoverPause:true, visible: 3, auto:4000, speed:300, btnPrev: ".previous", btnNext: ".next" }); });

 </script>
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.