上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: 1 2 3 4 5 6 7 8 9 阅读全文
posted @ 2014-07-11 12:02 韵脚学员 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 1 2 $("#pwd").live("click",function(){//① 3 $(this).parents("tr").find("#a_cannel").text("取消"); 4 user=$(this).parents("tr").fin... 阅读全文
posted @ 2014-07-03 17:19 韵脚学员 阅读(403) 评论(0) 推荐(0) 编辑
摘要: $(this).children().eq(1).text()获取的是显示的值$(this).children().eq(1).html()获取的是之间的所有内容$('.trSelected',grid).find("td").eq(7).text();获取的是选中的某行的内容遍历表<table i... 阅读全文
posted @ 2014-07-03 16:13 韵脚学员 阅读(2439) 评论(0) 推荐(0) 编辑
摘要: echo json_decode(json_encode("修改成功"));这样就行了 阅读全文
posted @ 2014-07-02 23:00 韵脚学员 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: 1、在php.ini文件中改动error_reporting改为:error_reporting=E_ALL & ~E_NOTICE2、如果你不能操作php.ini文件,你可以使用如下方法在你想禁止notice错误提示的页面中加入如下代码:/* Report all errors except E_... 阅读全文
posted @ 2014-07-01 08:58 韵脚学员 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 链接地址:http://www.ffpic.com/zixun/20-useful-jquery-modal-plugins.html推荐:jQuery.bPopup.js 阅读全文
posted @ 2014-06-26 16:14 韵脚学员 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: " . ($totle ? ($firstcount +1) : 0) . "-" . min($firstcount + $displaypg, $totle) . " 条记录,共 $totle 条记录"; //如果只有一页则跳出函数: if ($lastpg 首页 "... 阅读全文
posted @ 2014-06-09 13:03 韵脚学员 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页