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


1 answer


This jquery plugin might be interesting as it tracks the specified event in jQuery:



http://www.west-wind.com/weblog/posts/478985.aspx

+2


a source







All Articles