Just
today a client requested us that he wish to open all his external links
in new window or new tab when clicked and he is not willing to manually
do it for each post by adding target="_blank"
inside each hyperlink. We wrote down a simple jQuery script that will
check all hyperlinks inside your blog pages and will only add the target="_blank"
attribute to links which are external links. It wont put any effect to
internal links...