任何jquery插件路径,它易于用于每个文本域的表单验证 形式。
enter code here <form id="form1" name="form1" method="post" action=""><table width="500" align="center">
<tr>
<td colspan="2" align="center"><strong>Please Add Bill Record</strong></td>
</tr>
<tr>
<td width="133">Number</td>
<td width="355"><input type="text" name="number" id="number" /></td>
</tr>
<tr>
<td>Amount</td>
<td><input type="text" name="amount" id="amount" /></td>
</tr>
<tr>
<td>type</td>
<td><label for="elc"></label>
<select name="elc" id="elc" tabindex="3">
<option>elecricity</option>
<option>gas</option>
<option>telephone</option>
</select></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="submit" id="submit" value="Save" />
<input type="reset" name="clear" id="clear" value="Clear" /></td>
</tr>
iwannt在blur上验证表单的每个文本字段。通过jquery很容易。
答案 0 :(得分:0)
The jQuery validate plugin是jQuery的defacto验证器。易于设置,高度可配置。说真的,它是最好的:)
它也是现存最古老的jQuery插件之一,由一位jQuery UI开发人员编写......
答案 1 :(得分:0)