Hi,
I was looking for a reference for showMore and showLess options, but I couldn't find it. I'm testing this and doesn't work:
$('#truncate_me').truncate({
lines: 2,
lineHeight: 20,
showMore: 'More',
showLess: 'Less'
});
Can you give me some guidance?
Thanks.
Hi,
I was looking for a reference for showMore and showLess options, but I couldn't find it. I'm testing this and doesn't work:
$('#truncate_me').truncate({
lines: 2,
lineHeight: 20,
showMore: 'More',
showLess: 'Less'
});
Can you give me some guidance?
Thanks.