I have img tag that a shows the user avatar. When he pushes a button to edit the image and selects a new one, the img src on the page changes to the new image src.
How can I know when the src changes?
This is the code to the button that user presses to change the image.
<div style="width: 80px; height: 80px; line-height: 80px;" class="fileupload-preview fileupload-exists thumbnail"></div>
<span class="btn btn-file"><span class="fileupload-new">Select image</span>
As you can see it is not button tag.
