How to run a function every time a div changes its size?
Div size usually changes when the window changes its size, but not only; The new width / height is not set by css every time, but I need to get the real width / height of this height when it changes every time.
I use jQuery, so based on this would be nice;
It should work in chrome, ff2, ff3, ie6 (if it does not work, I can lose the user browser using the xD timer) ie7, safari, opera ... in other words, the most popular browsers
thanks;)
source share