How can I limit a text string with javascript or jquery???
I have a data brought from the database, but that data is too long and it undoes my design, what I want is, for example, if that data is greater than a certain number of characters with javascript or jquery put "..." substituting to the rest of the paragraph, how can I do that?
Thanks in advance :)