$(“document”).ready(function() {
$(‘.yukarigit’).click(function(){
$(‘html, body’).animate({scrollTop: $(“.middle”).offset().top}, 2000);});
$(‘.ortayagit’).click(function(){$(‘html, body’).animate({scrollTop: (“.bottom”).offset().top}, 2000);});
$(‘.asagigit’).click(function(){$(‘html, body’).animate({scrollTop: $(“.top”).offset().top}, 2000);});
});