会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
樱花飞落ll
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
下一页
2014年3月26日
jquery easyui combox不能编辑只能选择
摘要: $('#tts').combobox({editable:false});
阅读全文
posted @ 2014-03-26 15:51 樱花飞落ll
阅读(305)
评论(0)
推荐(0)
编辑
accordion 单击li中的a 添加样式
该文被密码保护。
阅读全文
posted @ 2014-03-26 11:54 樱花飞落ll
阅读(3)
评论(0)
推荐(0)
编辑
2014年3月24日
$.messager.confirm 用法
摘要: jquery 删除数组元素 Array.prototype.remove = function(dx) { if (isNaN(dx) || dx > this.length) { return false; } for (var i = 0, n = 0; i < this.length; i++) { if (this[i] != this[dx]) { this[n++] = this[i]; }...
阅读全文
posted @ 2014-03-24 16:34 樱花飞落ll
阅读(10328)
评论(0)
推荐(0)
编辑
2014年3月21日
html下载excel模板
摘要: 只需要href等于模板存放的路径即可 下载
阅读全文
posted @ 2014-03-21 09:58 樱花飞落ll
阅读(999)
评论(0)
推荐(0)
编辑
2014年3月20日
string转换为guid类型 split
摘要: string str = "{"+context.Request["ID"]+"}"; KpiUser.ID = new Guid(str);string[] arrayA=strA.Split(new char[]{','},StringSplitOptions.RemoveEmptyEntries)
阅读全文
posted @ 2014-03-20 15:38 樱花飞落ll
阅读(700)
评论(0)
推荐(0)
编辑
2014年3月19日
c#后台调用前台js
摘要: 后台代码//后台调用前台js代码 addAClass()函数 注意:addAClass()一定要写在head里不然可能读不到 ScriptManager.RegisterStartupScript(this, this.GetType(), "edit", "addAClass();", true);前台
阅读全文
posted @ 2014-03-19 13:53 樱花飞落ll
阅读(964)
评论(0)
推荐(0)
编辑
2014年3月12日
搜索
摘要: 这个意思就是只在博客园查询reshapersite命令可以置顶搜索网站范围
阅读全文
posted @ 2014-03-12 16:06 樱花飞落ll
阅读(114)
评论(0)
推荐(0)
编辑
2014年3月10日
error
摘要: 错误:从客户端(txtContent=" 即可jquery 报错:'nodeType' out of null 检查一下id是否正确以上问题在web.config文件中加入以下代码 --此数字在0-2097151之间,超过会报错即可解决将数字的范围改为处在0-2097151之间即可
阅读全文
posted @ 2014-03-10 15:49 樱花飞落ll
阅读(194)
评论(0)
推荐(0)
编辑
2014年3月6日
jquery easyui datagrid设置可编辑行的某个列不可编辑
摘要: function onClickRowd(index1, field1) { if (editIndexd != index1) { if (endEditing()) { $('#dg').datagrid('selectRow', index1) .datagrid('beginEdit', index1); //设置可编辑行的combobox列不可编辑 --------我的目的是...
阅读全文
posted @ 2014-03-06 14:30 樱花飞落ll
阅读(2112)
评论(0)
推荐(0)
编辑
2014年3月5日
combobox数据绑定
摘要: jquery easyui datagrid 可编辑行 combobox数据绑定问题将带有参数的url地址赋值给变量,然后将变量赋值给url 姓名 --%> 因为数据异步的原因,此处data:products无法接收从后台传回的数据 姓名 可将data属性修改为url属性进行赋值,可成功给编辑中的datagrid行的combobox绑上值
阅读全文
posted @ 2014-03-05 19:43 樱花飞落ll
阅读(587)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12
13
下一页
公告