Opened 13 years ago
Closed 12 years ago
#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: | [email protected]… | |
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).
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Component: | unfiled → selector |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
tr:nth-child:gt(0)
is not a valid selector.