我想要做的是追加表格及其內容* test123之前</span>
標籤關閉,但它不工作,不知道這個代碼有什麼問題? *。沒有工作
jQuery代碼
$('span[itemprop="description"]').append($('C1'));
HTML代碼
<span itemprop='description'>test123</span>
this is outside of span tag<br>
<table width="200" border="1" class="C1">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
也'append'之後將其追加的東西進入你的span元素不 – slash197 2013-02-27 12:36:52
也許它只是。缺少:$('。C1')'獲取C1類的元素?那是你想要做的嗎? – 2013-02-27 12:37:28