Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JQuery Interal Link Animation Scrolling !!!!!!!!!
- ********** Stop Anchor Being Included In URL *******
- From the above code you will see that the URL changes on the click event to show the anchor at the end of the URL. If you would like to remove this from the URL on the click event then you simply need to remove the last callback function in the animate function.
- $('html, body').stop().animate({
- 'scrollTop': $target.offset().top
- }, 900, 'swing');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement