Why is Chrome's onerror event for the img element only fired once?
问题 Why is Chrome is only calling the onerror event for the img element one time when all other browsers (IE7,8,9, FF, Opera, and Safari) all call it repeatedly? Is there a way to force it to repeat the onerror call again (in Chrome)? jsfiddle HTML: <div id="thisWorks"> this works in Chrome. onerror event is called once. <img src="http://www.asdfjklasdfasdf.com/bogus1.png" onerror="fixit(this);" rsrc="http://eatfrenzy.com/images/success-tick.png" /> </div> <div id="thisDoesNotWork"> this does not