Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created July 13, 2012 03:25
Show Gist options
  • Save gotoplanb/3102519 to your computer and use it in GitHub Desktop.
Save gotoplanb/3102519 to your computer and use it in GitHub Desktop.
$('a[href^="http"]').addClass('external');
$('a[href*="66.33.210.85"]').removeClass('external');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment