$(\"#dvMyDIV\").bind(\"resize\", function(){ alert(\"Resized\"); });
or
$(\"#dvMyDIV\").resize(function(){ alert(\"Resized\
There is a benalman plugin for that :)
http://benalman.com/projects/jquery-resize-plugin/