随笔分类 - 页面状态
摘要:添加如下扩展:$.fn.outerHTML=function(){$this=$(this);varh=$this.html();vars=$this.wrap("<div></div>").parent().html();$this.empty().html(h);returns;};然后就可以直接使用outerHTML()方法了。另外需要注意的是。如果获取的对象是数组。需要如下处理:varcontent=editAreaJQueryObj.find('tr:lt(7)');addressManager.CurrentEditAre
阅读全文
摘要:直接上代码:1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Linq;7usingSystem.Text;8usingSystem.Windows.Forms;910usingSystem.Web;11usingSystem.Net;12usingSystem.IO;13usingSystem.Xml;1415namespaceWindForm16{17publicpartialclassFo
阅读全文

浙公网安备 33010602011771号