$(document).ready(function (e) { $.post(cmsurl.online, {}, function (res) {}, 'json'); $(".bh-fixtop").click(function(e) {$("html,body,php").animate({scrolltop: 0}, 400);}); });