here is my code

$(document).ready(function() { $('#imageid').load(function(){

    alert('hello');

}); });

"#imageid" is an img lable's id

Reply via email to