Deep Linking tabs title - custom linking

PHOTO EMBED

Mon Dec 25 2023 10:26:16 GMT+0000 (Coordinated Universal Time)

Saved by @Pulak

(function($){
		'use strict';
		$(document).on('ready', function(){ 

		$('#pcp_wrapper-151 .sp-pcp-post').each(function(){

          var target_url = $(this).find('.sp-pcp-title a').attr('href');
   	 $(this).click(function(){
     			 window.open(target_url, '_self');
     });
          
 
        });
      	});
})(jQuery);
content_copyCOPY