Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 simple_form、client_side_validations 和 bootstrap 编写 Rails 表单。
有没有一种简单的方法可以自动禁用峰会按钮,直到所有显示的错误都被删除
您可以创建一个 div 并将所有错误消息放入该 div 中。您可以使用 jquery 检查是否 div 长度不为零,然后禁用提交按钮,否则启用它。