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 I unravel my design, what I want is for example, if that data is greater than a certain number of characters co javascript or jquery put ".. . "substituting the rest of the paragraph, how can I do that?
Thanks in advance :)