Hi, I have a list (ul) and it has several "li" in it.
With Javascript (jQuery), as I detect when line breaks and some characters are added at the start.
So for example:
I have a very looooong text in 200px width li.
Result:
I have a very looooong text
in 200px width li.
And I want to add "+" to the beginning of a new line => the result:
I have a very looooong text
+ in 200px width li.
THX
source
share