JS - Clickable column with target _blank

PHOTO EMBED

Wed Jan 19 2022 03:22:11 GMT+0000 (Coordinated Universal Time)

Saved by @dwtut #javascript #jquery

// Basic Clickable on Whole Column with Target Blank
				if(SDB.App.exists('.tg-clickable')){
					$(document).on('click', 'body:not(.fl-builder-edit) .tg-clickable > .fl-col-content', function(event) { 
                        var link = $(this).find("a").attr("href"); 
                        window.open(link,'_blank');
                        return false;
                    });
				}
content_copyCOPY

Make the whole box clickable with target _blank

https://www.thetinygirl.com/wp-admin/post.php?post