$(document).ready(function(){
    
    $(".truncate").text("...");
    
});
