/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(function(){ $('a.new-window').click(function(){ window.open(this.href); return false; }); });
URL: http://www.thefutureoftheweb.com/blog/target-blank-xhtml11