Hello,
i have the problem that jquery mobile prevents an automatically line break at the end of a textarea row.
- <form action='textarea2.php' method='post'>
- <textarea name='area' rows='3' cols='15' wrap='hard'>
- </textarea>
- <input type='submit' value='Abschicken'>
- </form>
When i press enter everything is fine and a line break will transfer to "
textarea2.php". But if i write more then 15 chars the text goes up to a new line but the line break will not transfer to "textarea2.php".
If i not use jquery mobile everything works fine, so i think jquery prevents transferring the line break(\n\r).
Is there anyone who is able to help me?
Thanks a lot...