scroll jquery to anchor

JavaScript
 $('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');
Source

Also in JavaScript: