Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 21, 2017 02:44
Show Gist options
  • Select an option

  • Save Pavracer/32a9e1a653f8bb4ee1188218cc9418d5 to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/32a9e1a653f8bb4ee1188218cc9418d5 to your computer and use it in GitHub Desktop.
you-new-tab.js
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("li#menu-item-27025 a , li#menu-item-27026 a").attr('target', '_new');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment