jQuery(document).ready(function($){$(document).on('click','a.sta-anchor-link',function(e){e.preventDefault();var target=$(this).attr('href');$('html, body').animate({scrollTop:$(target).offset().top},1000)})})