Hallo, ich habe eine Liste (ul) und in ihr einige "li".
Wie erkenne ich mit Javascript (jQuery), wann ein Zeilenumbruch erfolgt und füge einige Zeichen am Anfang hinzu.
So zum Beispiel:
I have a very looooong text in 200px width li.
Das Ergebnis ist:
I have a very looooong text
in 200px width li.
Und ich möchte " + " am Anfang der neuen Zeile hinzufügen => Ergebnis:
I have a very looooong text
+ in 200px width li.
thx