I have 2 events, one to detect window resize and other to detect the resizable stop of div.
But when I resize the div, in the console detect the window resize event.
$(window).resize(function(e) { if (e.target == window) /* do your stuff here */; });
http://bugs.jqueryui.com/ticket/7514