$(function(){ if($("#demo").length != 0){ $('.counter').countup(); } $('.floattop').click(function() { $("html,body").animate({scrolltop:0}, 500); }); })