Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created March 20, 2015 09:48
Show Gist options
  • Save nickdavis/91eb2a338d4954b0f02a to your computer and use it in GitHub Desktop.
Save nickdavis/91eb2a338d4954b0f02a to your computer and use it in GitHub Desktop.
Set a link to open in a new window / tab (target="_blank") with jQuery
jQuery(function( $ ){
$(".home-row4 a").attr("target","_blank");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment