Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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])
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.