[jQuery] IE7 it does't work (bug?)

[jQuery] IE7 it does't work (bug?)


here is my code
$(document).ready(function() { $('#imageid').load(function(){
alert('hello');
}); });
"#imageid" is an img lable's id