Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Last active December 14, 2015 02:59
Show Gist options
  • Save Barneybook/5017987 to your computer and use it in GitHub Desktop.
Save Barneybook/5017987 to your computer and use it in GitHub Desktop.
iframe access parent and child (use jquery)
access child:
var $f = $("iframe");
$f[0].contentWindow.functionName();
access parent:
parent.functionName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment