Opened 11 years ago
Closed 11 years ago
#10358 closed bug (invalid)
Input name attribute the same number of text box validation fails, only the first validated.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
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 .