JS using DOM to implement Simple message board method _javascript Tips

Source: Internet
Author: User

This article illustrates the way JS uses DOM to implement a simple message board. Share to everyone for your reference. The specific analysis is as follows:

As shown in the simple message board, that is, the entertainment version, plainly is the practice of DOM operation.

Important One: document.createelement ("label name") new element

Important two: the parent element. AppendChild ("element") inserts the newly created element into the label of the page (the last display of the label) so that it is displayed in the browser

Important three: the parent element. InsertBefore ("element", "front of which element to insert") inserts the newly created element in front of the label specified in the page so that what is entered later is displayed to the previous

Key four: The parent element. RemoveChild ("element") deletes the specified element

Below, on the code:

<! DOCTYPE html> 

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.