I have a single line textbox.
I want to with jquery convert it to multiline but control how many lines that are added to it. I want to also be able to limit the number of characters on each line.
Any ideas how I can do this with jquery?
EDIT:
Yes what I meant by textbox was <input type="text">
EG. <input type="text" value="" name="txtTextBox1" id="xtTextBox1">