HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

createContextualFragment

Description

The createContextualFragment of Range for JS returns a DocumentFragment, created from the markup string given.

Syntax

docFragment = range.createContextualFragment(markupString)

Parameters

markupString

A DOMString fragment.

Examples

1