SyntaxFix
Write A Post
Hire A Developer
Questions
Replace this line:
$(this).target = "_blank";
With:
$( this ).attr( 'target', '_blank' );
That will set its HREF to _blank.