// javascript document $(document).ready(function(){ }); function totop() { $('html, body').animate({scrolltop: "0px"},1000 ); //$(".thispage").animate({height:'250px'}); }