Side navigation
#5708 closed bug (invalid)
Opened December 23, 2009 04:32PM UTC
Closed November 19, 2010 10:10AM UTC
Selectors failing in internet explorer
Reported by: | SteveLazarus | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.4a2 |
Keywords: | Cc: | stephen.m.lazarus.c69@alumni.upenn.edu | |
Blocked by: | Blocking: |
Description
Selector such as tr:nth-child:gt(0) does not work in Internet Explorer. Behavior is fine in Firefox. Behavior is demonstrated in the attached file (paths to jQuery are my local ones). In IE the "slecting child: " alerts are never displayed.
On a positive note this file does show that the problem in http://dev.jquery.com/ticket/5039 is fixed (at least for this test case).