Filling textarea on form using jquery - linefeed

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
marisoft
User
Posts: 209

Filling textarea on form using jquery - linefeed

Post by marisoft »

I like to fill fields on a email form using jQuery.

But how do I get linefeeds in a textarea.
This does not work:

jQuery("#ewEmailForm textarea[name=message]").val("Hermed fremsendes oplysninger fra brugerregistreringen i intranettet.<br><br>Med venlig hilsen.<br>Administratoren")

TIA
/Poul


mobhar
User
Posts: 11737

Post by mobhar »

Use \n instead.


marisoft
User
Posts: 209

Post by marisoft »

Thanks.


Post Reply