@golden-tiger/dom
v0.0.6
Published
Creating and query HTML element through a easier way
Downloads
9
Readme
#golden-tiger/dom
query(queryString)
Query HTML element and cache queried elements.
createElement(option)
Recursively create HTML element from option. A falsy option will create nothing. A HTML element option will just return it. A array option will create a HTML element array.
option.tag
element tag string (a falsy tag will create a template element)option.text
element text stringoption.html
element inner html stringoption.children
element children arrayoption.attributes
element attributes object (classes is a key in option.attributes for element class, which is set in format of string or array of string)option.events
element events objectoption.lifecycle
element lifecycle
createHTMLString(options)
Create HTML string from options.