Modify ↓
Ticket #3998 (closed bug: worksforme)
find() method only return the first match element
| Reported by: | shiuyuan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When I Used find() method, e.g. $(this).find('span.myClass'), it only returns the first element that matches the selector eventhough they are more than that.
Change History
comment:3 Changed 4 years ago by leeahoward
I was having this same issue. If you are having this issue and you are using the validation plugin, try updating the plugin.
see: http://groups.google.com/group/jquery-en/browse_thread/thread/ae61896a809f6cf0?pli=1
Validation Plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
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.

Please provide a simple test case that reproduces the problem. Thanks!