Innerhtml,innertext, Textcontent,write ()

Source: Internet
Author: User

innerHTML is a property of an object that is typically used to write to an existing label, or to read the contents of a label.

InnerText is a property of an object that can be used only to write content, or to read content, not to read tags in the DOM, and only for IE.

In general, we recommend the use of innerHTML in order to improve the compatibility of the code. But innerhtml in IE can only read can not operate, this involves createelement method and appendchild, first create element node, continue to add child elements with AppendChild, and then innerhtm add content.

Textcontent and innertext use different, Firefox support Textcontent, textcontent read the contents of the tag without any escape, just simple culling, innertext will be the escape of HTML tags.

Write () is a method in which the parameters in parentheses are typically JavaScript code or HTML structure tags and content.

Innerhtml,innertext, Textcontent,write ()

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.