Js dynamically generates an example of html-triggered event passing parameter character escape

Source: Internet
Author: User
The following is an example of js Dynamic html trigger event passing parameter escape. I think this is quite good. Now I will share it with you and give you a reference. Let's take a look at the following small series to bring you an example of js dynamic generation of html trigger event passing parameter character escape. I think this is quite good. Now I will share it with you and give you a reference. Let's take a look at it with xiaobian.

Generally, when Javascript is used to dynamically generate html, corresponding style, event, and other attribute elements are embedded. In this case, the so-called "insufficient single or double quotation marks" often occurs, don't worry, you can use escape characters in html to solve this problem.

Next we will introduce the corresponding escape characters:

& -- (Ampersand) Escape Character corresponding &

"-- (Double quote) double quotation marks. The Escape Character is"

'-- (Single quote) single quotation marks. The Escape Character is'

<-- (Less than) is less than the number, and the escape character is <

> -- (Greater than) is greater than the number, and the escape character is>

For example, in js:

Var html ="

Click it

";

The generated html is:

Click it

The above example of js dynamic generation of html trigger event passing parameter character escape is all the content shared by Alibaba Cloud xiaobian. I hope you can provide a reference and support for PHP.

For more articles about examples of js dynamic generation of html trigger event passing parameter character escape, refer to PHP Chinese website!

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.