Skip to content

Instantly share code, notes, and snippets.

@graysky
Created November 15, 2012 01:28
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 graysky/4076056 to your computer and use it in GitHub Desktop.
Save graysky/4076056 to your computer and use it in GitHub Desktop.
Javascript to open Follow Me links in new window
jQuery("div a").filter('a[href*="twitter"]').parent().find("a").attr("target", "_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment