Skip to content

Instantly share code, notes, and snippets.

@parkerproject
Last active December 31, 2015 01:39
Show Gist options
  • Save parkerproject/7915651 to your computer and use it in GitHub Desktop.
Save parkerproject/7915651 to your computer and use it in GitHub Desktop.
trigger an event from parent window within an iframe
$('iframe').on('click', 'iframeElement', function(){
parent.$("element").trigger("event");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment