scroll page down when click a link html in jquery code example
Example: scroll jquery to anchor
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');