这在所有其他浏览器中都可以正常工作,但在 Internet Explorer 中不起作用,有什么想法吗?
jQuery(document).ready(function () {
jQuery('img').one('error', function() { not being run });
});
这在所有其他浏览器中都可以正常工作,但在 Internet Explorer 中不起作用,有什么想法吗?
jQuery(document).ready(function () {
jQuery('img').one('error', function() { not being run });
});