<script type="text/javascript"> _spBodyOnLoadFunctionNames.push("LinksLibraryPNorm()"); function LinksLibraryPNorm() { $("table[summary='ProyectosdeNormatividad'] a[href$='.pdf']").removeAttr('onclick'); $("table[summary='ProyectosdeNormatividad'] a[href$='.pdf']").each(function() { var hreff = $(this).attr("href"); var strtitul = $(this).html(); $(this).removeAttr('onclick').attr("href","javascript:ShowPdfPDC('"+hreff+"','"+strtitul+"');"); }); } function ShowPdfPDC(FileLeafRef, title) { $.jAlert({ 'title': title, 'theme': 'red', 'iframe': FileLeafRef, 'size': 'md', 'closeOnClick': true }); } </script>