Side navigation
#7351 closed bug (duplicate)
Opened October 29, 2010 11:36AM UTC
Closed October 29, 2010 12:14PM UTC
Last modified March 10, 2012 05:57AM UTC
Cannot find element in form with "id" field
Reported by: | ntoniazzi@profideo.com | 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/