Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 14 years ago by
need: | Review → Test Case |
---|
comment:3 Changed 14 years ago by
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/
comment:4 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I think this was a plugin issue and not a jQuery issue.
Note: See
TracTickets for help on using
tickets.
Please provide a simple test case that reproduces the problem. Thanks!