How the alert () Popup content Wraps

Source: Internet
Author: User

How the alert () Popup content wraps:

About alert () warning box Everyone should be not unfamiliar, sometimes we need to wrap the popup content, so that the content is more structured, the following is a brief introduction to how to achieve this effect, first look at the wrong operation, the code is as follows:

Alert ("1. User name cannot be empty <br/>2. Password cannot be empty");

The above code can not be wrapped, because <br/> is the line break in HTML.

The correct way is as follows:

Alert ("1. The user name cannot be empty.) \n2. The password cannot be empty. ");

The above code implements the line wrapping function, the core is the use of \ n newline characters.

The original address is: http://www.51texiao.cn/javascriptjiaocheng/2015/0520/1993.html

The most original address is: http://www.softwhy.com/forum.php?mod=viewthread&tid=8542

How the alert () Popup content Wraps

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.