JavaScript: The Definitive Guide
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
25.62.1.2. Returns
A newly created Comment node, with the specified data as its text. |
Категории