jQuery(document).ready(function($){ $('.et-social-icon .icon').each(function(){ $(this).attr('target', 'blank'); }); });