Jump to content

Replace line break


johnrb87

Recommended Posts

Hi

 

I have a HTML form which contains a textarea field where the user can enter text.

 

When they click the form button I run the following javascript;

 

var description = document.getElementById('description').value;

 

I then pass this variable through a AJAX function, like

 

ajax('http://localhost/save.php?title='+title+'&description='+description+'');

 

This all works fine, apart from when you enter some text in the textarea field and use the return key.

 

My question is, how within

 

var description = document.getElementById('description').value;

 

can I tell it to replace line breaks with "<br>"

 

I know I need to add something like;

 

description.replace("\r","<br>")

 

but I can't figure out how to tie them together

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.