随笔分类 - Jquery
摘要:jQuery("#list2").jqGrid({ url: 'GetContent.aspx', datatype: "json", colNames: ['分行', '姓名', '带看数量', '委托数量', '行程时间', '操作时间', '操作员'], colModel: [{ name: 'deptid', index: 'deptid',//排序时向服务器传的参数,即sidx editable: true,//该列是否可修改, edittype: "select",//修改时DOM元素的类型 stype: "select",//查找时dom元素的类型。 edit
阅读全文
摘要:function callIframe(url, callback) { $(document.body).append('<IFRAME id="myId" ...>'); $('iframe#myId').attr('src', url); $('iframe#myId').load(function() { callback(this); }); }
阅读全文
摘要:ajaxStop is triggered when the number of outstanding ajax requestsreaches zero. ajaxComplete is triggered after each response isreceived. ajaxComplete is also passed the XHR and the settingsobject.
阅读全文
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-t...
阅读全文
摘要:jquery实现上传即显示缩略图[代码]目前,浏览器兼容情况: ie6: 支持 ie7: 支持 ie8: 未测试 ff2: 未测试 ff3: 支持 webkit系列: 不支持 原:http://willko.javaeye.com/blog/381684 demo:http://www.willko.cn/lab/test.html
阅读全文

浙公网安备 33010602011771号