如何使用 jQuery 作为文本框中的用户类型替换文本(在本例中为“帐户编号”)?我想用在文本框中输入的数字替换文本“”。
<input id="accoutnnumber" name="accoutnnumber" type="text">
<div id="divid">
This is the Account: <replace with accountnumber>
</div>
<p id="divid">
On my account (# <replace with accountnumber>) ......
</p>