Javascript [Electronic resources] : The Definitive Guide (4th Edition)

David Flanagan

نسخه متنی -صفحه : 844/ 742
نمايش فراداده

Availability

DOM Level 2 Range

Synopsis

void setStartAfter(Node refNode) throws RangeException, DOMException;

Arguments

refNode

The node after which the start point of the range is to be set.

Throws

This method throws the same exceptions in the same circumstances as Range.setEndAfter( ). See that method for details.

Description

This method sets the starting point of this range to be immediately after the specified refNode.