Reputation:
I want to create JS function that will allow me to controll to long file names in div with out using stadard [...] in the end using:
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Example of what i dont want I want too long file names to look something like this: AASDASDASDASD...ASDASDFA.TXT
Upvotes: 0
Views: 42