/ Published in: JavaScript
This jQuery code should make all external links from the #content div open in a new window.
Expand |
Embed | Plain Text
$("#content a[href^='http://']").attr('target','_blank');
You need to login to post a comment.
