createDiv

Static createDiv 

Source
pub static createDiv: CreateDivInternalType
Expand description

Creates a

element in the DOM with given inner HTML.

Examples

createDiv('this is some text');

Parameters

html? inner HTML for element created