結腸我沒有訪問以下HTML其顯示的動態使用一些外部JS。移除/刪除「:」在一個HTML頁面
<td class="quantitybox">
<span class="qty">Quantity</span>
<br style="clear:both;">
:<input type="text" value="1" onkeydown="javascript:QtyEnabledAddToCart();" maxlength="8" size="3" name="QTY.1121309" class="v65-productdetail-cartqty">
</td>
我想的是:被刪除後/刪除使用jQuery,但我沒有得到什麼處理程序應該使用的,應當我申請一個類來<br>
動態,做一些它
我不明白你的問題,你想要什麼? – gdoron
你可以看到「:」冒號
後,我想它會動態地使用JQuery – user580950
只是做'$(「td.quantitybox」)刪除HTML($(本)的.html ().replace(「:<」,「<」));' – mattytommo