Namespace: create

just.create(tag, propertiesnullable) → {Element}

Create an element with the given properties.
Since:
1.0.0-rc.23
Source:
just.js, line 1757

Parameters:

NameTypeDescription
tag
stringThe tag name for the element.
properties
[nullable]
objectProperties for the created element.

Returns:

The created element.
Type
Element