pass value/variable from fancybox iframe to parent
问题 I'am trying to pass a variable/ value from the fancybox iframe to the parent window without success. Fancybox is launched from a link with class="fancybox fancybox.iframe" My code in the fancybox.iframe is: $(document).ready(function(){ $('.insert_single').click(function(){ var test = $('.members_body').find('{row.U_USERNAME}'); setTimeout(function(){ parent.$.fancybox.close();},300);return true; }); }); Where '{row.U_USERNAME}' is the username to find in the iframe. Then, in the parent there