/ Published in: JavaScript
URL: http://www.thefutureoftheweb.com/blog/target-blank-xhtml11
Expand |
Embed | Plain Text
$(function(){ $('a.new-window').click(function(){ window.open(this.href); return false; }); });
Comments
Subscribe to comments
You need to login to post a comment.

Is it possible to open a new tab in JS?