Hi,
Im using below script, unfortunately its not working when the document library view in group by. Any solution?
<script type="text/javascript">
$(window).on('hashchange', function() {
$('a.ms-listlink').each(function() {
$(this).attr('target', '_blank');
$(this).removeAttr('onclick');
});
});
</script>
Thank You.