I want to add an onerror function on div.circle_thumb>img event.
Now, I'm added `onerror event each img tag like this.
<div class="circle_thumb" ><img src="some/url" onerror="this.src=url/to/replaced" /></div>
But this bothering me too much.
Can I add this callback globally?
this.src=url/to/replacedexactly the same in all cases?div.circle_thumb>imgwill be replaced to that url on error.div.circle_thumb>imgtags.