Jump to content
Search Community

Pola86

Members
  • Posts

    11
  • Joined

  • Last visited

Community Answers

  1. Pola86's post in Passing an argument with ScrollTo not working was marked as the answer   
    Sorry it was a dumb question, I managed to resolve it by just adding "return false;" inside the trigger function
    $("*[href^='#']").click(function() { var target = $(this).attr('href'); goTo(target); return false; });
×
×
  • Create New...