摘要: window.requestAnimationFrame = window.requestAnimationFrame || function (fn) { return setTimeout(fn, 1000 / 60); }; var target = document.getElementById("plist").offsetTo... 阅读全文
posted @ 2018-02-11 16:26 DR19 阅读(268) 评论(0) 推荐(0) 编辑
摘要: --月 Select Right(100+Month(GetDate()),2) --日 Select Right(100+Day(GetDate()),2) 阅读全文
posted @ 2017-12-26 11:09 DR19 阅读(534) 评论(0) 推荐(0) 编辑
摘要: //获取url中的参数 function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象 var r = window.location.search.substr(1).match(reg); //匹... 阅读全文
posted @ 2017-12-21 11:26 DR19 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-11 15:17 DR19 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 1. PxCook 图片处理 2.Typora 编辑工具 3.Snipaste 截图工具 3.http://githut.info/ 4.http://tgideas.qq.com/doc/ 5.http://www.jb51.net/tools/editplus/ 6.https://uncss- 阅读全文
posted @ 2017-12-11 15:16 DR19 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-11 15:15 DR19 阅读(126) 评论(0) 推荐(0) 编辑
摘要: if (typeof (vikecn_class) != undefined) { $("#selcl1").html("选择大类"); $("#selcl2").html("选择小类"); var h_c1 = $("#h_c1").val(); var h_c2 = $("#h_c2").val... 阅读全文
posted @ 2017-11-07 10:23 DR19 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 引用地址:http://bbs.feng.com/read-htm-tid-11451568.html 阅读全文
posted @ 2017-11-04 17:14 DR19 阅读(601) 评论(0) 推荐(0) 编辑
摘要: function doSearch(value) { var class1 = $('#selclass11').combobox('getValue'); var class2 = $('#selclass22').combobox('getValue'); var url = encodeURI(... 阅读全文
posted @ 2017-11-02 17:23 DR19 阅读(215) 评论(0) 推荐(0) 编辑
摘要: $("#selclass1").combogrid({ onChange: function (c1) { $("#selclass2").combogrid({ disabled: false, ... 阅读全文
posted @ 2017-11-02 17:20 DR19 阅读(359) 评论(0) 推荐(0) 编辑