Opened 15 years ago
Closed 14 years ago
#2244 closed bug (invalid)
IE7 doesn't fire the load event in a certain case
Reported by: | mixfox | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | event | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
here is my code
$(document).ready(function() { $('#imageid').load(function(){
alert('hello');
}); });
"#imageid" is an img lable's id
Change History (3)
comment:1 Changed 15 years ago by
Component: | core → event |
---|---|
Milestone: | 1.2.1 → 1.2.3 |
Summary: | IE7 it does't work → IE7 doesn't fire the load event in a certain case |
comment:2 Changed 15 years ago by
Milestone: | 1.2.3 → 1.2.4 |
---|---|
need: | Review → Test Case |
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed for lack of specificity and test case.
Note: See
TracTickets for help on using
tickets.
What exactly are you expecting to happen here? Are you hoping that the the table will fire load when all the images in a table are loaded? Is this only failing in IE7? Please provide a test case that shows your problem.