Opened 13 years ago
Closed 12 years ago
#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: | |
Blocked by: | Blocking: |
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')
Note: See
TracTickets for help on using
tickets.
test case works for me.