Bug Tracker

Modify

Ticket #5854 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.