Modify ↓
Ticket #7373 (closed bug: duplicate)
find("select") method on version 1.4.3 doesn't work properly.
| Reported by: | bruno.c.falcao@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
Change History
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.
