Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created February 26, 2014 21:09
Show Gist options
  • Save kneipp/9238613 to your computer and use it in GitHub Desktop.
Save kneipp/9238613 to your computer and use it in GitHub Desktop.
Adicionando blank via jquery
$( document ).ready(function() {
$("a").attr("target","_blank");
});
@kneipp
Copy link
Author

kneipp commented Feb 26, 2014

blank attr via jquery

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