$(function() {
$("#pagetop").on('click touchstart', function () {
$('html,body').animate({ scrollTop: 0 }, 'swing');
return false;
});
});