我的问题是
我在codeigniter中创建了一个名称文本框数组 在表单提交时,控制器在找到空文本框时会发回相同的视图。
<_>错误可以通过form_error(textbox [])显示。 我的问题是我想只突出显示文本框数组中的空文本框 <form action="" id="frmAssessmentDetail" method="post" accept-charset="utf-8">
<table width="476" style="margin-top:20px" >
<tr>
<td>
<input type="text" name="names[]" value="" id="names[]" />
</td>
</tr>
</table>
</form>