Skip to content

Instantly share code, notes, and snippets.

@atomical
Created January 17, 2014 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomical/8476299 to your computer and use it in GitHub Desktop.
Save atomical/8476299 to your computer and use it in GitHub Desktop.
Parent child window communication javascript
var child = parent.open();
$(child.document).find('body').append("Some text");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment