信息提示,页面滚动到头部
<span style="display: none;"></span>//提示信息function tip(info){$(".msg").show();$(".msg").html(info);$("html,body").animate({scrollTop: $(".msg").offset().top}, 1000); //一秒内滚动到标记处} 发布时间: 2012-08-03 00:12:14 作者: rapoo
信息提示,页面滚动到头部
<span style="display: none;"></span>//提示信息function tip(info){$(".msg").show();$(".msg").html(info);$("html,body").animate({scrollTop: $(".msg").offset().top}, 1000); //一秒内滚动到标记处}