Opened 12 years ago
Closed 12 years ago
#8147 closed bug (invalid)
field validation
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
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.