對不起,如果標題太模糊不清; D。如何使用jQuery獲取innerHtml,包括標記?
其實問題是,讓我說我是這個代碼。
<span id="spanIDxx" style="blah-blah">
<tag1>code here </tag2> sample text
<tag2>code here </tag2> html aass hhddll
sample text
</span>
現在,如果我將使用該代碼。
jQuery("#spanIDxx").html();
那麼它將只返回不含<span id="spanIDxx" style="blah-blah">
的innerHTML,但我想要的東西,可以返回的innerHTML包括指定的元素。
部分第一章寫了一個叫做'outerHTML'做這個插件:HTTP: //brandonaaron.net/blog/2007/06/17/jquery-snippets-outerhtml/。其他人擴展插件,以允許更換:http://yelotofu.com/2008/08/jquery-outerhtml/ – 2010-02-23 15:38:31
偉大的+1,接受了解決方案:) – 2010-02-24 06:44:26