既然validator依赖与Bootstrap3,那么表单必须使用Bootstrap的类来编写.
- Tip1:如果表单不是通过Bootstrap构建(即元素包含表单项且关联的label没有form-group类),可能会看到错误Uncaught RangeError: Maximum call stack size exceeded
- tip2:不要使用表单的属性来设置表单的name和id属性(如submit,reset,length等),可能会引起冲突
时间: 2024-10-14 18:04:58