Open External Links in a New Window using JQuery 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://']"... #frontend #javascript #jquery Posted on Friday, June 25, 2010