Let\'s say I have the following code:
google
Using jQuery:
$('#link_other a').each(function(){ $(this).attr('target', '_BLANK'); });