You can bind the click event with this particular type of binding and prevent it by default:
$('.anchorClass').on('click', function(e) { e.preventDefault();
“The rest” means looking for a kind of plugin or code that jumps to the page. If you want it to move smoothly forward, there is a fairly popular scrollTo plugin. Perhaps even the scrollTo plugin will take care of the default prevention.
[update]
Jeff's suggestion (assuming it works) is “the rest of the material” and all the more useful of the two answers. ;-) But preventing default is still important.
source share