I'm using this plugin to check if a size of a DIV is changed:
http://benalman.com/projects/jquery-resize-plugin/
And it works just fine, but I don't want to just detect if a DIV is resized, I want to detect if the height of a DIV is increased or reduced!
How this could be achieved?
Thanks