jared-shepherd
2/6/2019 - 2:13 AM

jQuery - Add Target Attribute to <a>

$(function() {
    $('a[href="http://www.yourlink.com"]').attr('target', '_blank');
})