Modify ↓
Ticket #5708 (closed bug: invalid)
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@… | |
| Blocking: | Blocked by: |
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).
Attachments
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.

