Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by rwaldron
- Priority changed from major to low
- Status changed from new to closed
- Resolution set to worksforme
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.

This issue (whatever that might've been) no longer exists
http://jsfiddle.net/rwaldron/NSYYJ/