BOM characters (& #8203;) to Textnode objects

Source: Internet
Author: User

Simply say the BOM
A BOM is a special Unicode character that represents a "0-wide space." The BOM is not visible in the general state.
More applications in Rich text

Problem
Because some named entities cannot directly enter the keyboard, you cannot copy the paste, such as the BOM character (& #8203;), which prevents the node object from being created through createTextNode.
However, many times it is necessary to switch to a Textnode object for easy operation, such as adding a BOM character near an element

Code Implementation

Not just for turning named entities

function Htmltonode (HTML) {    var elem = document.createelement (' div ');     = html;     return elem.childnodes;} // Test Document.body.appendChild (Htmltotextnode (' & #8203; ') [0]);

BOM characters (& #8203;) to Textnode objects

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.