DekGenius.com
Team LiB   Previous Section   Next Section
Document.createDocumentFragment( ) create a new, empty DocumentFragment node

Availability

DOM Level 1 Core

Synopsis

DocumentFragment createDocumentFragment(  );

Returns

A newly created DocumentFragment node with no children.

    Team LiB   Previous Section   Next Section