Html5 learning notes 4--API Range object (1), html54 -- api

Source: Internet
Author: User

Html5 learning notes 4--API Range object (1), html54 -- api

Basic usage of Range object

As shown below (in Google's browser)

The Code is as follows:

<! DOCTYPE html> 

Display in Firefox

Why is this happening? Because Firefox can select multiple messages for Discontinuous content.

SelectNode and selectNodeContents methods of Range objects

As follows:

The Code is as follows:

<! DOCTYPE html> 

SelectNodeContents is the content in the selected div, and selectNode is the content in the selected div.

SetStart and setEnd methods of Range objects

As follows:

The Code is as follows:

<! DOCTYPE html> 

We mistakenly thought that we would delete the word "Chinese Olympics", but in fact we only deleted the word "National Olympics ".

SetStartBefore and setEndAfter methods of Range objects

As follows:

The Code is as follows:

<! DOCTYPE html> 

This instance defines the table start position and end position to delete.

 

Related Article

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.