jcadima
5/9/2017 - 4:03 PM

Open only PDF links in new tabs

Open only PDF links in new tabs



<script>
jQuery(document).ready(function()  {
	
	jQuery('a[href$=".pdf"]').prop('target', '_blank');

}) ;   
</script>