Response title
This is preview!




...
$("iframe").each(function () { $(this.contentWindow.document).trigger('customresize', null); });
...
}
and this in child iframe:
...
$(document).bind('customresize', recalculateWidgetHeight);
...
At first binding is created, then trigger is fired. But recalculateWidgetHeight is never called :(
When BOTH documents were in the same frame - it worked!
© 2012 jQuery Foundation
Sponsored by
and others.
