#4581 closed bug (worksforme)
don't work selector such as $('#some_id #another_id).anything
Reported by: | n2j7 | Owned by: | john |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | selector | Version: | 1.3.2 |
Keywords: | selector id in id | Cc: | |
Blocked by: | Blocking: |
Description
Have: <div id='someDiv'><input id='someInput' type='text'/></div> Try: for example tagName alert($('#someDiv #someInput').attr('tagName')); Get: undefined on version 1.3.1 and 1.3.2 INPUT on version 1.2.6
But if: alert($('#someDiv').find('#someInput').attr('tagName')); Get: INPUT in any version
Question: why?
Change History (3)
comment:1 Changed 12 years ago by
Priority: | major → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 follow-up: 3 Changed 11 years ago by
The bug seems to be valid again. In the given jsfiddle, the console output says "undefined" in Chrome Version "19.0.1084.56 m", Firebug 13.0.1, Internet Explorer 9 (all on Windows 7).
Note: See
TracTickets for help on using
tickets.
This issue (whatever that might've been) no longer exists
http://jsfiddle.net/rwaldron/NSYYJ/