/ Published in: jQuery
Expand |
Embed | Plain Text
$('a[href^="http://"]').attr({ target: "_blank" }).addClass("external-link");
You need to login to post a comment.
$('a[href^="http://"]').attr({ target: "_blank" }).addClass("external-link");
You need to login to post a comment.