Jquery on image error not working on dynamic images?
I have the following js code,
$(document).on("error", "img", function () {
alert('a')
this.src = ResolveUrl("~/images/tree-item.png");
});
This event is not triggered. I am sure there are lot of broken images
No comments:
Post a Comment