Is it possible to catch a div resize not directly executed by the user?
Eg: Page has a table with 10 rows. User delete all rows but the first. The div holding the table will "snap" to its new position (height is auto).
Is there any way to animate a div that is resizing due to its height:auto property?