Opened 15 years ago
Closed 13 years ago
#4278 closed bug (worksforme)
$('img.i') $('#id tr') do not work in IE7
Reported by: | von-hamster | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Version 1.3.3pre revision 6268 IE7. The object does not support this property or a method.
In FF, Opera, Chrome - good
Version 1.3.2 - all good
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
In attach just $('#id tr'). $('img.i') works in simple test.
First time $('#id tr') - error in IE, and not works, Other times reload (F5) - no errors, and no works.
PS... Sorry for my english...
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This doesn't seem to happen in 1.4.
Note: See
TracTickets for help on using
tickets.
Can you provide a test case that includes the html?