I have one <div>
which has a property display:none
by default if some message i want to show to user then i am using this div. I dont want to allow user to do any action once this div displayed.
There is a lots of way user can do that div display:none
so i want to trigger function on display:none
of this <div>
But i dont know how to get event so that i can come to know about display property of the div