/ Published in: JavaScript
Expand |
Embed | Plain Text
$("a[href^='http']").attr('target','_blank');
You need to login to post a comment.
mattlowden on 09/08/10
1 person have marked this snippet as a favorite
$("a[href^='http']").attr('target','_blank');
You need to login to post a comment.