$(document).ready(function(){ $('a.new-window').click(function() { window.open($(this).attr('href'), '_blank'); return false; }); });