C.O.U.N.T.R.Y.

(function($) { $(document).on('click', '.file_desc a, .file-desc a', function(e) { e.preventDefault(); window.open($(this).attr('href'), '_blank'); return false; }); })(jQuery);