Modify ↓
Ticket #5850 (closed bug: worksforme)
$('X+Y Z') does not works in IE
| Reported by: | mat | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | selector | Version: | 1.4 |
| Keywords: | ie | Cc: | |
| Blocking: | Blocked by: |
Description
this kind of selector: $('X+Y Z') does not works in IE (not tested in opera or safari).
I have to replace thoses with: $('X+Y').find('Z')
Change History
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.

test case works for me.