I saw this one , but I'm wondering if there is a way to detect an overflow event.
I have a div that changes depending on some jquery code, but then at some point later the contents of this div change, and the css height: auto rule value no longer works because the previous event set the height, so the display messes up.
I want to catch an overflow event so that I can reset the div to auto to increase. Is it possible?
source share