随笔分类 - javascript
摘要:一.导入Jquery插件ajaxfileupload.js下载地址:http://www.phpletter.com/Demo/AjaxFileUpload-Demo/使用方法:$.ajaxFileUpload({//type: "post",fileElementId: "importFile",url: "../ashx/BaseInfo/StationManage.ashx",data: { parapath: "i", action: "import" },dataType: "
阅读全文
摘要:alljson = alljson.replace("a", "A");//只会把第一个a变成Aalljson = alljson.replace(/}{/g, "},{");//使用正则可以把所以a变成A,(g为全局标志)
阅读全文
摘要:隐藏页面JS错误window.onerror = function () { return true; }修改extjs3.X grid内容自动换行 <style type="text/css"> .x-grid3-cell-inner, .x-grid3-hd-inner { white-space:normal !important; } </style>修改extjs4 grid表头和内容自动换行 <style type="text/css"> .x-grid-cell-inner, .x-grid-hd-inn
阅读全文
摘要:setTimeout()只执行一次View Code <div id="liujincai"></div><input type="button" name="start" value="start" onclick='startShow();'><input type="button" name="stop" value="stop" onclick="stop();">
阅读全文

浙公网安备 33010602011771号