Skip to content

Instantly share code, notes, and snippets.

@twinge
Created December 9, 2010 13:58
Show Gist options
  • Select an option

  • Save twinge/734733 to your computer and use it in GitHub Desktop.

Select an option

Save twinge/734733 to your computer and use it in GitHub Desktop.
$(function() {
$('a[rel=external]').click(function() {
$(location).attr('href',this.href);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment