$(function(){
    $('td a[href$=.pdf]').after('<span class="FileInfo"> PDF </span>');
});

