$(".fixed_top").click(function(){
var body = $("html, body");
body.stop().animate({scrollTop:0}, 500, 'swing',function(){ $(".fixed_top").hide(); });
})
var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
河北唐山:鸡毛掸子“飞”上网
国家金融监督管理总局
互联网新闻信息服务许可证10120190012
京ICP备2024066810号-1
习近平就印度尼西亚发生强烈地震向印尼总统普拉博沃致慰问电
习近平:在纪念江泽民同志诞辰100周年大会上的讲话
习近平:实现中华民族伟大复兴前景光明 梦想正一步步成为现实
习近平:江泽民同志的一生,是光辉的一生、战斗的一生
9部门发文活跃县域消费
特朗普称不寻求延长与伊朗的谅解备忘录
我国成功发射SEO卫星
人保财险护航三沙建设
金龙鱼上半年净利大增
贵州茅台半年报显韧性
百元保单里的养老底气
睿远基金多资产协同课
建信人寿支持实体经济
中信少年行信用卡发布
消费品鉴别服务标准研讨
技术创新打造新引擎
双十基金经理打造标杆
昆仑健康点亮西溪夏夜
做理性有深度的汽车报道
理财知识技巧大全
$(".fixed_top").click(function(){
var body = $("html, body");
body.stop().animate({scrollTop:0}, 500, 'swing',function(){ $(".fixed_top").hide(); });
})
var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);