Modify ↓
Ticket #5854 (closed bug: invalid)
Class selector bug when returning length in IE8
| Reported by: | daverage | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | core | Version: | 1.4 |
| Keywords: | ie8 class selector | Cc: | |
| Blocking: | Blocked by: |
Description
The following code works fine in firefox alert($('#compromisos div.compHolder').html()) alert($('#compromisos div.compHolder').size())
In ie8 I get the following error
Object does not support this method Line 72 jquery-1.4.min.js if((u=n.leftMatch[I].exec(g))!=null&&u[2])
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.

Can you attach a test case that demonstrates the problem? We need to see the markup as well.