Created
March 20, 2015 09:48
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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