Namespace: elements

elements

/**
Source:

Methods

(static) parse(string, context) → {HTMLElement}

Parse a html string
Parameters:
Name Type Description
string String
context Document
Source:
Returns:
html fragment
Type
HTMLElement

(static) wrap(element) → {Element}

Create an element wrapper (or return the existing one)
Parameters:
Name Type Description
element HTMLElement
Source:
Returns:
Type
Element