I have a little problem with window resizing using jQuery's function .resize(). I would like to know which side is getting bigger/smaller - width or height. I need this because if I just put two conditions - if width is for 50px bigger than div and if height is for 50px bigger than div, then is working just one condition and I can resize only width or height.
How could I know which side is getting bigger/smaller or if are both?
