I have a div, a textareaand a button.
If I click button, any text inside will textareamove to divmixed as a very long text (unreadable).
I want, when I press Go button, the text will go to div, but split by paragraphsabout 200 characters -
PLEASE NOTE: Divide by the 200th Char , if it is a period or a full stop (.), if you do not look for the next period after the 200th Character .....
How can this be achieved?
Any suggestion or help is appreciated.
To get started, see my script: http://jsfiddle.net/zdCyq/
source
share