I have a div element which is made jquery Resizable. It has alsoResize option set, so other elements resize simultaneously.
What I want to do, is to set size of this
$(".yourWindow").each(function(e) { $(this).height($(this).find(".yourContent").height()); });
And the same with the width.