信息提醒,页面滚动到头部

信息提示,页面滚动到头部span styledisplay: none/span//提示信息function tip(info){$(.msg).s

信息提示,页面滚动到头部

 <span style="display: none;"></span>//提示信息function tip(info){$(".msg").show();$(".msg").html(info);$("html,body").animate({scrollTop: $(".msg").offset().top}, 1000); //一秒内滚动到标记处}