I'm not sure how informative the title is but here is what I am doing...
I have a vertical menu on the left of my page which has smallish paragraphs set out in a list and I am using javascript's substring method to truncate the number of words and replace them with three dots, call it 'ellipsing' or whatever you may.
However is there any way to keep that view but also make it so that when I click on one of the paragraphs it uses the entire/original string that was there? because so far it only retrieves the truncated string.
Further to add the so called paragraphs are actually text that are pulled out from a database and put in the div tag...using asp here.
text-overflow: ellipis