Section 25.62. Document.createComment( ): create a new Comment node


25.62. Document.createComment( ): create a new Comment node

DOM Level 1 Core:

25.62.1. Synopsis

 Comment createComment(String data); 

25.62.1.1. Arguments

data

The text of the Comment node to create.

25.62.1.2. Returns

A newly created Comment node, with the specified data as its text.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net