Skip to content

Instantly share code, notes, and snippets.

@longjasonm
Created February 5, 2013 03:32
Show Gist options
  • Save longjasonm/4711941 to your computer and use it in GitHub Desktop.
Save longjasonm/4711941 to your computer and use it in GitHub Desktop.
Make a Marketo iframe form "bust out" to the parent frame
$jQuery(document).ready(function(){
$jQ('.lpeRegForm').attr('target','_top');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment