jQuery exclude exteranl link for images code example
Example: jQuery exclude exteranl link for images
$('a:not([href^="http://your-website.com"]):not([href^="#"]):not([href^="/"])').addClass('external');
$('a:not([href^="http://your-website.com"]):not([href^="#"]):not([href^="/"])').addClass('external');