Having a heck of a time trying to figure out how to do this. I've done
some searching but have had very little luck. Any help would be much
appreciated.

i.e.

calling this from an iframe:   $(parent.document).trigger
('close.group');
to the parent document where there is a bind: $(document).bind
('close.group', function() { .... });

Reply via email to