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!