摘要: $().ready(function(){ $(window).scroll(function(){ if (document.body.scrollTop > 650) { $("nav").css("position","fixed").css("top",0); ... 阅读全文
posted @ 2015-03-27 14:58 j2go 阅读(278) 评论(0) 推荐(0)