Skip to content

Instantly share code, notes, and snippets.

@rolka
Created August 23, 2013 17:57
Show Gist options
  • Save rolka/6322152 to your computer and use it in GitHub Desktop.
Save rolka/6322152 to your computer and use it in GitHub Desktop.
jquery: open link in new tab
$(".modal a").attr("target","_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment