I have a div, a textarea
and a button
.
If I click button
, any text inside will textarea
move to div
mixed as a very long text (unreadable).
I want, when I press Go button
, the text will go to div
, but split by paragraphs
about 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