The use of ‘return false’ in jQuery click bindings prevents JavaScript event bubbling. You can use event.preventDefault() instead to maintain event bubbling.
jQuery
Smooth Scrolling Links to the Top of the Page
Use this simple jQuery snippet to make smooth scrolling “go to top” links.