Modify ↓
Ticket #10358 (closed bug: invalid)
Input name attribute the same number of text box validation fails, only the first validated.
| Reported by: | essence_liu@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
<input type="text" name="test" class="required" /> <input type="text" name="test" class="required" /> <input type="text" name="test" class="required" /> <input type="text" name="test" class="required" /> <input type="text" name="test" class="required" />
only the first validated.
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.

Sounds like you are describing a problem with a plugin, not in jQuery core. Please contact the author of the plugin or ask for help on http://forum.jquery.com .