jsp页面中的代码:
<input style="margin-left:10px;height:20px;width:100px;" type="text" id="newVnum">
<input type="button" value="提交修改" style="margin-left:10px;width:60px;height:25px;" onClick="update_vNum()" /><label id="vNumMsg" style="margin-left:10px;background:red;color:#fff"></label>
</p><br>
效果图:
js中的代码:
现在我咋能在jsp页面中获得到js页面中var newVnum=$("#newVnum");中得到的newVnum,我想在点击提交修改时,文本框中显示以前的那个值,谢谢啊