Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Created November 9, 2012 04:48
Show Gist options
  • Save lunaroja/4043755 to your computer and use it in GitHub Desktop.
Save lunaroja/4043755 to your computer and use it in GitHub Desktop.
Open external link in new window with jQuery
$("a[href^='http']:not([href*='" + window.location.hostname + "'])").attr("target","_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment