Looking for a quick and dirty way to open all external links in a new window? The below snippet of code will make all links to external websites open in a new window: $("a[href*='https://']"...
Looking for a quick and dirty way to open all external links in a new window? The below snippet of code will make all links to external websites open in a new window: $("a[href*='https://']"...