In the code of my page there are many href. I want to execute the onclick function for a specific href:
<div style="font-size: 11px; width: 90px;"> text <a href="http://www.domain.com/example" target="_blank"> click here </a></div>
General option:
$('a').on("click", function(variable) {}