It's trivial splitting a textarea
by newline using split('\n')
.
Can you split a proportional-font textarea
so that each wrapped line is a separate element in the array?
It's trivial splitting a textarea
by newline using split('\n')
.
Can you split a proportional-font textarea
so that each wrapped line is a separate element in the array?
`s, and all double-spaces with space+ . However, I can't seem to come up with a style that will make IE wrap a `div` like it does a `textarea`. – Rick Hitchcock Sep 05 '14 at 14:43