JS in innerHTML, outerHTML, InnerText, outertext, value of the difference and contact?

Source: Internet
Author: User

JS to set or get the value of the selection:
①innerhtml: Property Sets or returns the HTML within the tag. That is, the entire contents of the object from its starting position to the terminating position, including the HTML tag.
②outerhtml: Property Sets or returns the HTML within the label and tag. That is, the entire contents of the object from the beginning of the tag to the terminating position, including the HTML tag.
If you want to output content that does not contain HTML tags, you can use innerHTML to get content that contains HTML tags, and then use regular expressions to remove HTML tags.
③innetext: The content from the starting position to the terminating position, but it removes the HTML tag. (can only be used under IE and chrome)
④outertext settings (including labels) or get (excluding tags) the text of an object <br><br>
⑤value: property to set or return the default value for the password field. Get the value of a text box

JS in innerHTML, outerHTML, InnerText, outertext, value of the difference and contact?

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.