Published in: jQuery
Expand |
Embed | Plain Text
$("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() { window.open( $(this).attr('href') ); return false; });
You need to login to post a comment.
Published in: jQuery
$("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() { window.open( $(this).attr('href') ); return false; });
You need to login to post a comment.