Side navigation
#7373 closed bug (duplicate)
Opened November 02, 2010 01:30AM UTC
Closed November 02, 2010 03:07AM UTC
Last modified November 02, 2010 03:07AM UTC
find("select") method on version 1.4.3 doesn't work properly.
Reported by: | bruno.c.falcao@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The find method doesn't work properly for searching <select> html items.
Example: $("#frmCC").find("select") returns 0 (zero). if <select> elements are inside of the form element along with other input elements.
You can see an example here:
http://jsfiddle.net/bfalcao/Kcuxf/1/
On jQuery 1.4.2 it works correctly.
Tested on Firefox 3.6.12.
Regards,
Bruno.