fauzanjeg

Open New Tab for jeg_rss_block class

Dec 20th, 2021 (edited)
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.16 KB | None | 0 0
  1. /* Open New Tab for jeg_rss_block class */
  2. (function($) {
  3.     $('.jeg_rss_block').find('a').each(function() {
  4.         $(this).attr('target', '_blank');
  5.     });
  6. })(jQuery);
Add Comment
Please, Sign In to add comment