DekGenius.com
Team LiB   Previous Section   Next Section
Range.cloneRange( ) make a copy of this range

Availability

DOM Level 2 Range

Synopsis

Range cloneRange(  );

Returns

A new Range object that has the same boundary points as this range.

See Also

Document.createRange( )

    Team LiB   Previous Section   Next Section