Skip to content

Instantly share code, notes, and snippets.

@victortolbert
Last active August 29, 2015 14:06
Show Gist options
  • Save victortolbert/4fc9ab9522942b0599b7 to your computer and use it in GitHub Desktop.
Save victortolbert/4fc9ab9522942b0599b7 to your computer and use it in GitHub Desktop.
$(function() {
$('a').not('[href*=clientdomain\\.com]').attr('target', '_blank');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment