Modify ↓
Ticket #8147 (closed bug: invalid)
field validation
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jQuery("#someForm").validate().element("#someField") returns undefined when someField is empty and is not required (for required is dalse, for filled is true)
Query('#someField').valid(); return false if field is empty, not required and alphanumeric
Change History
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.

This is not the proper venue for support requests or bugs related to jQuery plugins, such as jQuery.validate. In the future, please read the bug reporting guidelines before filing a ticket. Thank you.