IN THE END

 

2012年2月29日

jQuery 获取元素本身的 html

摘要: jQuery("#node").click(function(){ alert(jQuery("<div></div>").append(jQuery(this).clone()).html()); }); 阅读全文

posted @ 2012-02-29 14:11 IN THE END 阅读(431) 评论(0) 推荐(0)

导航