Advertisement
EduardET

Untitled

Jun 21st, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var fwHeader = $('.wpc-new-tab'),
  5.             links = fwHeader.find('a');
  6.         links.each(function(){
  7.             $(this).attr('target', '_blank');
  8.         })
  9.     });
  10. })(jQuery);
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement