からこのシンボルを₹削除しますどのように私は私がこのシンボルのエクスポートがこの</p> <p>のようなエラーに</p> <p>私がしようとしている何かを与えていると私のテーブルをエクスポートできるように、それを削除したいこの₹シンボルを持つテーブル
$(document).ready(function(){
var table = $('#a').html();
table.replace("₹",'');
console.log(table);
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div id="a">
<table id="table">
<tr>
<th>vcajasjhhjd</th>
<th>jdshbdfhfdh</th>
</tr>
<tr>
<td>abcd ₹ njdhjdrhjr</td>
<td>jdhjhjfhjghghg₹jdshdfhs₹</td>
</tr>
</table>
</div>
コンソールは、それが空白になって来ていない、あなたがそれを修正することができ –
を動作するはずだけでは冗長だと私はコード内にconsole.logを入れていない
に署名ruppees削除します - あなたはDOMの出力を見ることができます –