/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript"> // document ready $(document).ready(function(){ //change the target attribute to open in different tab //on the class texto, selector a $(".texto a").attr('target', '_blank'); }); // @authors Lucas Koetz & Andre Luis // @country Brazil </script>