Is it possible to get the dialog width and height as we resize.
var d = $('#infp');//dialog selector
d.dialog('onResize',function(w,h){
var newheight = h;
var newwidth = w;
})
This does not work. This code is inside the dialog, which content is loaded remotely.
Thanks and regards,
Alfred