jQuery has the resize() - event, but it just work with window.
resize()
jQuery(window).resize(function() { /* What ever */ });
This wor
Only window is supported yes but you could use a plugin for it: http://benalman.com/projects/jquery-resize-plugin/