Add target="_blank" to links
//<a target="_blank" href="http://google.com">link</a> $('a[href^="http://"]').attr('target','_blank');