Skip to content

Instantly share code, notes, and snippets.

@bloodywing
Created October 29, 2013 11:11
Show Gist options
  • Save bloodywing/7212742 to your computer and use it in GitHub Desktop.
Save bloodywing/7212742 to your computer and use it in GitHub Desktop.
$('a[rel=external]').on('click', function (e) {
e.preventDefault();
window.open($(this).attr('href'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment