Replace the line breaks contained in the strings in textarea with the javascript code _ form special effect of & lt; br & gt;

Source: Internet
Author: User
Replace the line breaks contained in the strings in textarea with the javascript code on the first floor of & amp; lt; br & amp; gt;
Textarea. value. replace (/\ n/g ,"
");
2nd floor
S = textarea. value. replace (/\ r \ n/g ,"
");

Third floor
Change immediately when pressed
V id = "a" contentEditable = "true" style = 'border: 1 solid black'>
In fact, many people have discussed this before. It is terrible to compare multiple code methods. If you don't need it, you don't have time to study it. Now I have tried it for you. In fact, it's easy to solve it :)

About the Microsoft HTML editing control, click Enter to insert

Instead
Solution


Edit controls without Script Processing


Script
Function a. onkeypress (){
If (event. keyCode = 13 ){
Var txtobj = document. selection. createRange ()
Txtobj. text = ""? Txtobj. text = "\ n" :( document. selection. clear () & (txtobj. text = "\ n") // composite expression to solve the cursor positioning problem of carriage return when selected text exists
Document. selection. createRange (). select ()
Return false
}}
Script
4th floor
Change immediately when pressed
V id = "a" contentEditable = "true" style = 'border: 1 solid black'>
In fact, many people have discussed this before. It is terrible to compare multiple code methods. If you don't need it, you don't have time to study it. Now I have tried it for you. In fact, it's easy to solve it :)

About the Microsoft HTML editing control, click Enter to insert

Instead
Solution


Edit controls without Script Processing


Script
Function a. onkeypress (){
If (event. keyCode = 13 ){
Var txtobj = document. selection. createRange ()
Txtobj. text = ""? Txtobj. text = "\ n" :( document. selection. clear () & (txtobj. text = "\ n") // composite expression to solve the cursor positioning problem of carriage return when selected text exists
Document. selection. createRange (). select ()
Return false
}}
Script
5th floor
Change immediately when pressed
V id = "a" contentEditable = "true" style = 'border: 1 solid black'>
In fact, many people have discussed this before. It is terrible to compare multiple code methods. If you don't need it, you don't have time to study it. Now I have tried it for you. In fact, it's easy to solve it :)

About the Microsoft HTML editing control, click Enter to insert

Instead
Solution


Edit controls without Script Processing


Script
Function a. onkeypress (){
If (event. keyCode = 13 ){
Var txtobj = document. selection. createRange ()
Txtobj. text = ""? Txtobj. text = "\ n" :( document. selection. clear () & (txtobj. text = "\ n") // composite expression to solve the cursor positioning problem of carriage return when selected text exists
Document. selection. createRange (). select ()
Return false
}}
Script
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.