JQuery scrollTo issue... Grrr.

Out of context: Reply #6

  • Started
  • Last post
  • 17 Responses
  • 3030

    you have scroll added twice:
    <script src="js/jquery.scrollTo-1.4.2/jquery.scrollTo-min.js" type="text/javascript" charset="utf-8"></script>
    <script src="js/jquery.localScroll-1.2.7/jquery.localscroll-min.js" type="text/javascript" charset="utf-8"></script>

    And try to add return false; to the function that handles the clicking - it will prevent from executing the url for anchors #slideshow3...

View thread