在codeigniter中突出显示文本框数组中的空文本框

时间:2016-08-31 16:00:31

标签: arrays codeigniter textbox highlight

我的问题是

我在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> 

0 个答案:

没有答案