摘要: 1 $(document).ready(function(){ 2 var winH = $(window).height(); //页面可视区域高度 3 $(window).scroll(function () { 4 var pageH = $(docum... 阅读全文
posted @ 2014-06-16 23:14 韵脚学员 阅读(2377) 评论(0) 推荐(0) 编辑
摘要: 1 $.ajax({ 2 url:"result.php", 3 //data:{"page":i}, 4 dataType:"json", 5 beforeSend:f... 阅读全文
posted @ 2014-06-16 23:10 韵脚学员 阅读(1605) 评论(0) 推荐(0) 编辑
摘要: 1 $(".content").each(function(){ 2 if($(this).text().length>100){3 $(this).text($(this).tex... 阅读全文
posted @ 2014-06-16 23:08 韵脚学员 阅读(1603) 评论(0) 推荐(0) 编辑