Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created May 22, 2009 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamstac/116234 to your computer and use it in GitHub Desktop.
Save adamstac/116234 to your computer and use it in GitHub Desktop.
// I'm on the outside
hostname = window.location.hostname
$("a[href^=http]")
.not("a[href*='" + hostname + "']")
.addClass('link external')
.attr('target', '_blank');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment