themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to make external links to open in a new window with JavaScript

$('a[href^="http:"],a[href^="https:"],a[rel^="external"]').attr('target','_blank');