I am wondering if there is a special DOM event that is triggered whenever an element needs to be re-layouted.
In my usecase, I want to display a "remove button" on a image. However, the position of the image is not fixed and I need to update the position of the button once the image is moved. For resizing, there are some jQuery plugins but I haven't found information how to listen to layout changes.
Thanks a lot in advance!