Skip to content

Instantly share code, notes, and snippets.

@AnnaCrumina
Created June 9, 2015 07:38
Show Gist options
  • Save AnnaCrumina/1b556f898825fd40fd7e to your computer and use it in GitHub Desktop.
Save AnnaCrumina/1b556f898825fd40fd7e to your computer and use it in GitHub Desktop.
social icons open in a new tab
<script type="text/javascript">
jQuery('.soc-icons a').click(function() {
jQuery(this).attr('target', '_blank');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment