Event detect when css property changed using Jquery

Viewed 122185

Is there a way to detect if the "display" css property of an element is changed (to whether none or block or inline-block...)? if not, any plugin? Thanks

5 Answers
Related