上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: 添加属性: $('#areaSelect').attr("disabled",false); 移除属性: $('#areaSelect').removeAttr("disabled"); 转载 :http://www.tuicool.com/articles/Qji2yaa EasyUI常用控件禁用 阅读全文
posted @ 2017-03-29 14:06 人生为卒 阅读(4733) 评论(0) 推荐(0)
摘要: /// /// 设置系统时间 /// public class SetSTime { [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SystemTime sysTime); [DllImport("Kerne... 阅读全文
posted @ 2017-03-26 11:57 人生为卒 阅读(250) 评论(0) 推荐(0)
摘要: 转载 : http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型 阅读全文
posted @ 2017-03-22 14:38 人生为卒 阅读(1441) 评论(0) 推荐(0)
摘要: TODO:如何禁用<a>标签,未找到方法 $("#btnssSave").removeAttr('onclick');//去掉a标签中的onclick事件 $("#btnssSave").attr('onclick', 'setSaveChk()'); //添加a标签中的onclick事件 阅读全文
posted @ 2017-03-06 16:15 人生为卒 阅读(167) 评论(0) 推荐(0)
摘要: 必须dll Gma.QrCodeNet.Encoding.dll 阅读全文
posted @ 2017-02-23 12:03 人生为卒 阅读(339) 评论(0) 推荐(0)
摘要: 转载(待测试验证) http://www.cnblogs.com/kevingrace/p/5904800.html 阅读全文
posted @ 2017-02-20 17:55 人生为卒 阅读(140) 评论(0) 推荐(0)
摘要: function add(a, b) { var c, d, e; try { c = a.toString().split(".")[1].length; } catch (f) { c = 0; } try { d = b.toString().split(".")[1].length; ... 阅读全文
posted @ 2017-01-20 16:01 人生为卒 阅读(785) 评论(0) 推荐(0)
摘要: 获取对象的话,id和name都可以,一般用id的比较多 id获取 : $("#xxx") name获取 : $("[name=xxx]") 阅读全文
posted @ 2017-01-20 15:06 人生为卒 阅读(316) 评论(0) 推荐(0)
摘要: control js 阅读全文
posted @ 2017-01-12 17:01 人生为卒 阅读(655) 评论(0) 推荐(0)
摘要: 转载 :http://www.cnblogs.com/xmfdsh/p/4062491.html js formart 阅读全文
posted @ 2017-01-12 15:10 人生为卒 阅读(407) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页