Skip to main content

Bug Tracker

Side navigation

#3998 closed bug (worksforme)

Opened January 26, 2009 07:54PM UTC

Closed May 10, 2009 04:16PM UTC

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.

Attachments (0)
Change History (4)

Changed January 26, 2009 10:27PM UTC by dmethvin comment:1

need: ReviewTest Case

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

Changed January 27, 2009 03:28PM UTC by dz comment:2

Changed March 27, 2009 04:45PM UTC by leeahoward comment:3

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/

Changed May 10, 2009 04:16PM UTC by dmethvin comment:4

resolution: → worksforme
status: newclosed

I think this was a plugin issue and not a jQuery issue.