Advertisement
hendrajeg

open external product new tab

Jun 22nd, 2022
1,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. jQuery(function($) {
  2.     $( document ).ready(function() {
  3.         $('.product-type-external a').attr('target','_blank');
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement