Skip to content

Instantly share code, notes, and snippets.

@spikeekips
Created March 13, 2016 04:44
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 spikeekips/a21582ea7035397a1650 to your computer and use it in GitHub Desktop.
Save spikeekips/a21582ea7035397a1650 to your computer and use it in GitHub Desktop.
open all link as a new tab
$('h3.title a').each(function() {window.open($(this).attr('href')); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment