gpt4 book ai didi

jquery - 如何通过 jQuery 检查图像何时重新加载并更改其 src 属性

转载 作者:行者123 更新时间:2023-12-01 04:56:53 27 4
gpt4 key购买 nike

我有以下函数来检查图像标签上的 ID,检测图像本身是否已加载到页面上。当页面最初加载时它第一次工作...

jQuery(function($) {    
$('#imgLargeImageImage').bind('load', function() {
console.log('new image loaded: ' + this.src);
});
});

但是每次图像 src 属性更改时如何继续写入 console.log ?

当另一个 JavaScript 事件被触发时,图像属性会动态变化。

谢谢

最佳答案

尽管并非每个浏览器都支持检查 DOMAttrModified。这是一篇解释该事件的好帖子 - http://darcyclarke.me/development/detect-attribute-changes-with-jquery/这篇文章中还有一些很好的信息 - is there an alternative to DOMAttrModified that will work in webkit

关于jquery - 如何通过 jQuery 检查图像何时重新加载并更改其 src 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13768849/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com