Scenery
I'm optimizing a page where about 200 partner images are displayed (very small does not require paging), these images are wrapped in a <a>
tag, and all partner sites open in new tab ( target="_blank"
).
Obs: I saw related materials on the site but the Javascript used to answer the question (which were not so similar to this one) was too great which would take away all the savings obtained and would need adaptations to the problem .
Question
How can I suppress target="_blank"
and still keep the page opening in a new tab
HTML Code
<div id="minor_partners" class="col-md-10 col-md-offset-1">
<a href="" target="_blank"><img class="link_thumb" src="" title=""></a>
</div>