JavaScript [errors that are easy to ignore]: When a line break occurs, the line feed is lost, and the javascript line feed is resumed.1. Introduction
In JavaScript, when defining a large string, especially when there is a line break, to look neat
Force No Line breakDiv { white-space:nowrap;}Wrap LineDiv { word-wrap: break-word; word-break: normal;}Force English words to breakDiv { word-break:break-all;}Word-wrap:The Word-wrap property of CSS is used to indicate whether a
1. IntroductionIn JavaScript, when you define a large string, especially if there is a line break, in order to look neat and readable, you generally use a continuation character, for example:var script = "var chart = Anychart.piechart ([['
ArticleDirectory
Javascript Introduction
How to Implement Javascript
Where to place Javascript
Javascript statements
Javascript Variables
Javascript Operators
Javascript branch statement
Javascript message box
The break statement is used to jump out of a loop.The Continue is used to skip an iteration in the loop.Break statementWe have seen the break statement. It is used to jump out of a switch () statement.The break statement can be used to jump out of a
In the development of the myeclipse always encounter a problem, such as I write JS code, will often find code a long, using formatting tool format, the long code will be wrapped display, the results will be found, often will appear code line display,
The JavaScript-break statement is used to exit the loop.The break statement is used to exit a loop.Continue is used to skip an iteration in a loop.Break statementWe have seen the break statement. It is used to jump out of the switch () statement.The
JavaScript BasicsJavaScript is a scripting language that belongs to the web!JavaScript is used by millions of of pages to improve design, verify forms, detect browsers, create cookies, and more.JavaScript is the most popular scripting language on
Author: Wang Xianrong
Conclusion
Javascript obtains the string in the textarea text box. If a carriage return or line break is contained,\ NInstead of what we usually see\ R \ n".
Problems Found
When creating a small website today, You need
Today in the writing of a small program, the use of the text box to capture the return key function, I would like to be able to use JavaScript implementation, so Baidu has the following, to get the following implementation.The HTML page is as
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.