Javascript Reference
Categories: document

javascript document createRange( )

@March 15, 2008, 1:22 a.m.
createRange( ) Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 2

Creates a blank Range object, whose boundary points are collapsed to the point before the first character of the rendered body text. The method returns a reference to that Range object, which you then use to adjust its boundary points, invoke its methods, and so on. See the Range object for details of its language features.

 
Parameters

None.

 
Returned Value

W3C DOM Range object reference.


Powered by Linode.