A
axx34
Delta
Tengo el tema mystique , pero no encuentro donde configurar eso
que ha hecho que mi % de rebote se dispare
que ha hecho que mi % de rebote se dispare
<a href="http://sitioweb.com/" target="_blank">anchor text</a>
jQuery(document).ready(function($) {
//open external links in new window
$('a:not([href^="http://aurea.es"]):not([href^="#"]):not([href^="/"])').addClass('external');
$('a[class="external"]').click(function(){ $(this).attr('target','_blank'); });
});
jQuery(document).ready(function($) {
//open external links in new window
$('a:not([href^="http://aurea.es"]):not([href^="#"]):not([href^="/"])').addClass('external');
$('a[class="external"]').click(function(){ $(this).attr('target','_blank'); });
});