随笔分类 -  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 阅读全文
posted @ 2010-08-05 11:57 ForFreeDom 阅读(2454) 评论(0) 推荐(0)
摘要:function callIframe(url, callback) { $(document.body).append('<IFRAME id="myId" ...>'); $('iframe#myId').attr('src', url); $('iframe#myId').load(function() { callback(this); }); } 阅读全文
posted @ 2010-05-11 12:01 ForFreeDom 阅读(9286) 评论(1) 推荐(0)
摘要: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. 阅读全文
posted @ 2009-12-21 23:33 ForFreeDom 阅读(732) 评论(0) 推荐(1)
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-... 阅读全文
posted @ 2009-12-10 14:16 ForFreeDom 阅读(552) 评论(0) 推荐(0)
摘要:代码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... 阅读全文
posted @ 2009-12-08 15:17 ForFreeDom 阅读(551) 评论(0) 推荐(0)
摘要:jquery实现上传即显示缩略图[代码]目前,浏览器兼容情况: ie6: 支持 ie7: 支持 ie8: 未测试 ff2: 未测试 ff3: 支持 webkit系列: 不支持 原:http://willko.javaeye.com/blog/381684 demo:http://www.willko.cn/lab/test.html 阅读全文
posted @ 2009-09-24 10:33 ForFreeDom 阅读(534) 评论(0) 推荐(0)