Event to listen for attribute changes
I don't think it is possible, but maybe someone knows how to achieve this. I want to bind an event to an html element to listen for an attribute change. So say, for example, that I want something to happen when the visibility of the div changes. The reason is that I have no control over the javascript that toggles visibility, hence the need for an event.
thanks
+2
a source to share