Skip to content

Instantly share code, notes, and snippets.

@j-gardner
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-gardner/9499412 to your computer and use it in GitHub Desktop.
Save j-gardner/9499412 to your computer and use it in GitHub Desktop.
Modify portfolio image links to open them in new windows
jQuery(document).ready( function(){
jQuery( "ul.arconix-portfolio-grid a.portfolio-image" ).attr( 'target', '_blank' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment