AvailabilityDOM Level 2 Range Synopsisvoid collapse(boolean toStart) throws DOMException; Arguments
DescriptionThis method sets one boundary point of the range to be the same as the other point. The point to be modified is specified by the toStart argument. After this method returns, the range is said to be "collapsed": it represents a single point within a document and has no content. When a range is collapsed like this, its collapsed property is true. |