How to fire an event on class change using jQuery?
There is no event raised when a class changes. The alternative is to manually raise an event when you programatically change the class: UPDATE This question seems to be gathering some visitors, so here is an update with an approach which can be used without having to modify existing code using the new MutationObserver: Expand … Read more