Modify ↓
Ticket #4729 (closed bug: duplicate)
nth-child failing on IE 6 and 7
| Reported by: | lathan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | ie nth-child | Cc: | |
| Blocking: | Blocked by: |
Description
on IE (6 & 7), nth-child is failing to select anything Works fine in FF 3.0.10
Here is my example: I am looking for divs with a class of conditional that have an input inside the :nth-child(2) of that div.
Attachments
Change History
comment:1 Changed 4 years ago by lathan
Possibly similar to ticket http://dev.jquery.com/ticket/4549
comment:2 Changed 4 years ago by lathan
In the Attachment: in Firefox, it alerts "list([HTMLDIVELEMENT])", but in IE (6 or 7) it alerts "list()".
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.

