摘要: 转载自:老驴的博客jQuery脚本: 1 <script type="text/javascript"> 2 $(function() { 3 var scrollDiv = document.createElement('div'); 4 $(scrollDiv).attr('id', 'toTop').html('^ 返回顶部').appendTo('body'); 5 $(window).scroll(function() { 6 if ($(this).scrollT... 阅读全文
posted @ 2012-07-13 11:21 Ian.w 阅读(291) 评论(0) 推荐(0)