#7351 closed bug (duplicate)
Cannot find element in form with "id" field
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | selector | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A form contais a field named "id" and some other meaningless items.
jQuery("form *").length returns the right number of elements. jQuery("form").find("*") returns 0.
This behavior is only in jQuery 1.4.3
Example : http://jsfiddle.net/2Zx42/1/
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7212.