Привет, мне было интересно, можно ли передать переменную из fancybox child в parent после закрытия child?
Любая информация очень ценится.
С уважением,
Фил
РЕДАКТИРОВАТЬ **
function cleanUp(){
var bla = $("#fancybox-frame").contents().find('input[name=pd_id]');
alert(bla.val());
}
$("#tree .product a[class!=copy]").fancybox({
'width' : 770,
'height' : '95%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'onCleanup' : cleanUp
});