var socialLinkId = document.getElementsByClassName("example"); socialLinkId.on('click', 'a',function() { $(this).attr('target', '_blank'); });