$('.actGotop').click(function() {
$('html,body').animate({
scrollTop: '0px'
}, 1000);
});
$('html,body').animate({
scrollTop: '0px'
}, 1000);
});
2015-08-15