Side navigation
#4377 closed bug (worksforme)
Opened March 18, 2009 05:50PM UTC
Closed December 08, 2009 06:30PM UTC
find('select') return option elements
Reported by: | petr.odut | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.4a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
>>> $('body').find('button')[0].tagName;
"BUTTON"
>>> $('body').find('select')[0].tagName;
"OPTION"
with jQuery 1.2.6 I get:
>>> $('body').find('select')[0].tagName;
"SELECT"
Attachments (0)
Change History (1)
Changed December 08, 2009 06:30PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
version: | 1.3.2 → 1.4a1 |
I can't duplicate this issue:
http://github.com/jeresig/sizzle/commit/219da273fe1484a6e772c7c6db20aabe9fd28fe3