<a href="http://www.google.ca//">Click me</a>
$(function(){ $('a').click(function(){ $(this).attr('target','_blank') //add the _blank to the target element in the anchor tag }); });
No comments:
Post a Comment