Hi All,
I want to open a Pdf Document in a new tab.
I added Content editor webpart and added the HTML source Like
<script type="text/javascript" src="http:// /Style%20Library/jquery.js"></script>
<script>
$(“a[href$='.pdf']“).removeAttr(‘onclick’).attr(“target”,”_blank”);
</script>
But i am not seeing any Change.
Any help please.
Thank you,
Sowjanya.