. // See http://yabtb.blogspot.com/2012/01/trim-blogger-popular-post-snippets.html $('.popular-posts ul li .item-snippet').each(function(){ var txt=$(this).text().substr(0,80); var j=txt.lastIndexOf(' '); if(j>42) $(this).text(txt.substr(0,j).replace(/[?,!\.-:;]*$/,'...')); }); //]]>