日期:2014-05-17 浏览次数:20696 次
jQuery.fn.outerHTML = function(s) { return (s)? this.before(s).remove(): jQuery("<p>").append(this.eq(0).clone()).html(); }
alert($("#test").outerHTML());