Skip to main content

Bug Tracker

Side navigation

#5850 closed bug (worksforme)

Opened January 18, 2010 01:32PM UTC

Closed November 19, 2010 07:38AM UTC

$('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')

Attachments (0)
Change History (1)

Changed November 19, 2010 07:38AM UTC by snover comment:1

resolution: → worksforme
status: newclosed

test case works for me.