Detect a img src change

前端 未结 7 1506
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 16:20

I\'am trying to detect if the source of a image is changed.

In my case the src is changed from jquery, and i have no right\'s to change the jquery file. So im trying

7条回答
  •  自闭症患者
    2020-12-16 17:00

    DOMAttrModified might work, no idea about that...but onload works definitely fine for me. Here's the fiddle with the demo. http://jsfiddle.net/QVqhz/

提交回复
热议问题