Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

New Tab for open file in Document Library not functioning for Group By

$
0
0

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.


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>