0
我試圖更新下面的HTML文本,什麼是現在1050沒有殺害更新文本HREF
<h2 class="g1 RightText" id="commandCount"><a href="@Url.Action("Index", "Commands")">1050</a></h2>
我曾嘗試以下,但這些刪除的href鏈接:
$("#commandCount").text(commandCount);
$("#commandCount").html(commandCount);
有什麼想法?