【发布时间】:2014-07-10 06:20:07
【问题描述】:
我在一个页面上有一系列文本框,常用名称为Number 和Scale:
<input type="text" name="Number">
<input type="text" name="Scale">
我也有我的提交按钮:
<input type="SUBMIT" value="Process Now">
我也在我的网页上使用 jQuery - 是否有代码会检查 Number 和 Scale 的所有实例,并且在所有文本 Number 和 Scale 文本框都有一个之前不允许用户提交进入他们?
【问题讨论】:
-
你试过什么?你的问题is there code that will check all instances of Number and Scale回答是Yes