会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
韵脚学员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
下一页
2014年7月11日
百度ueditor代码高亮显示
摘要: 1 2 3 4 5 6 7 8 9
阅读全文
posted @ 2014-07-11 12:02 韵脚学员
阅读(906)
评论(0)
推荐(0)
2014年7月3日
jq实现点击表格无刷新修改数据,优化版
摘要: 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 韵脚学员
阅读(410)
评论(0)
推荐(0)
关于Jquery获取Table中td内的内容
摘要: $(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 韵脚学员
阅读(2446)
评论(0)
推荐(0)
2014年7月2日
json 输出中文乱码解决办法
摘要: echo json_decode(json_encode("修改成功"));这样就行了
阅读全文
posted @ 2014-07-02 23:00 韵脚学员
阅读(1922)
评论(0)
推荐(0)
2014年7月1日
PHP如何关闭notice级别的错误提示
摘要: 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 韵脚学员
阅读(680)
评论(0)
推荐(0)
2014年6月26日
20个有用的jq弹窗
摘要: 链接地址:http://www.ffpic.com/zixun/20-useful-jquery-modal-plugins.html推荐:jQuery.bPopup.js
阅读全文
posted @ 2014-06-26 16:14 韵脚学员
阅读(237)
评论(0)
推荐(0)
2014年6月16日
jquery判断是否出现滚动条
摘要: 1 $(document).ready(function(){ 2 var winH = $(window).height(); //页面可视区域高度 3 $(window).scroll(function () { 4 var pageH = $(docum...
阅读全文
posted @ 2014-06-16 23:14 韵脚学员
阅读(2385)
评论(0)
推荐(0)
ajax无刷新获取php后台数据
摘要: 1 $.ajax({ 2 url:"result.php", 3 //data:{"page":i}, 4 dataType:"json", 5 beforeSend:f...
阅读全文
posted @ 2014-06-16 23:10 韵脚学员
阅读(1619)
评论(0)
推荐(0)
jquery限制div字符长度,超出部分已“…”显示
摘要: 1 $(".content").each(function(){ 2 if($(this).text().length>100){3 $(this).text($(this).tex...
阅读全文
posted @ 2014-06-16 23:08 韵脚学员
阅读(1614)
评论(0)
推荐(0)
2014年6月9日
php100 的下拉分页效果
摘要: " . ($totle ? ($firstcount +1) : 0) . "-" . min($firstcount + $displaypg, $totle) . " 条记录,共 $totle 条记录"; //如果只有一页则跳出函数: if ($lastpg 首页 "...
阅读全文
posted @ 2014-06-09 13:03 韵脚学员
阅读(178)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
下一页
公告