Ticket #3269 (closed enhancement: wontfix)
Validation Plugin: Allow Duplicate Names
| Reported by: | coreycoto | Owned by: | joern |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | validation plugin | Cc: | joern.zaefferer@… |
| Blocking: | Blocked by: |
Description
Please add a new option to validate all elements with the same name. The plugin currently validates only first element for each name.
Claudiu posted some sample code that demonstrates this functionality. There is some remaining work that needs to be done to display validation messages in the correct place for elements with duplicate name.
http://groups.google.com/group/jquery-en/browse_thread/thread/b6dd62492941cb33
Change History
comment:2 Changed 4 years ago by joern
- Status changed from new to closed
- Resolution set to wontfix
This breaks the basic principles of the validation plugin. With duplicate names, there is now way to error labels to elements without forcing each element to have a unique id. Features like the errorLabelContainer need to have unique names to associate the error labels.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
