Is there a way to detect dynamic DOM element Style changes (add, remove styles) using JQuery? I am trying to make an event that will get triggered if the element Style changed either by adding or removing classes dynamically. Thanks
<img id="productImg" width="200" height="200" style="">