Modify ↓
Ticket #2215 (closed enhancement: fixed)
[validate] Checking if a form is valid without triggering UI feedback
| Reported by: | ericw | Owned by: | joern |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm wondering if there is a way to check if a form is valid without triggering UI feedback for invalid fields in the form? I tried both the $('#myform').valid() and validator.form() methods, but they both trigger the UI.
Change History
comment:3 Changed 5 years ago by joern
- Status changed from new to closed
- Resolution set to fixed
Fixed in [5561], use validator.checkForm to validate without UI feedback.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
