我有一个表单,其中有一个输入字段,名称/id 为“notes”:
<input name="notes" type="text" id="notes" tabindex="5" value="" size="60" maxlength="300" class="fauxTextArea">
我正在使用 javascript 将其替换为文本区域,结果如下:
<textarea rows="5" cols="60" title="" tabindex="5" style="" id="notes" name="notes" class=""></textarea>
然后我必须用 qForms 验证它。用文本区域替换字段没有太多选择,也没有选择必须使用 qForms。
当我尝试提交表单时,除动态文本区域外,所有字段都得到“验证”。