Skip to content

Instantly share code, notes, and snippets.

@dominiek
Created March 10, 2010 11:26
Show Gist options
  • Save dominiek/327780 to your computer and use it in GitHub Desktop.
Save dominiek/327780 to your computer and use it in GitHub Desktop.
var form = $('<form>').attr('target', '_top').attr('method', 'GET').attr('action', "/YEAHBITCH");
$('body').append(form);
form.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment