Skip to content

Instantly share code, notes, and snippets.

@Tobur
Created March 13, 2018 19:26
Show Gist options
  • Save Tobur/39a056363f2c70a332fa24d471c21213 to your computer and use it in GitHub Desktop.
Save Tobur/39a056363f2c70a332fa24d471c21213 to your computer and use it in GitHub Desktop.

$(“a[target=_blank]”).each(function () { var href = $(this).attr(“href”); // retrive href foreach a window.open(href) });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment