zenkai

0.10.2

DOM

DOM
Static Members
createDocFragment()
createTextNode(text)
createBase(_attribute)
createTemplate(_attribute, _children)
createTemplate(_attribute, _children)
createHeader(_attribute, _children)
createFooter(_attribute, _children)
createMain(_attribute, _children)
createArticle(_attribute, _children)
createSection(_attribute, _children)
createNav(_attribute, _children)
createAside(_attribute, _children)
createH1(_attribute, _children)
createH2(_attribute, _children)
createH3(_attribute, _children)
createH4(_attribute, _children)
createH5(_attribute, _children)
createH6(_attribute, _children)
createDiv(_attribute, _children)
createLineBreak()
createThematicBreak()
createParagraph(_attribute, _children)
createBlockQuotation(_attribute, _children)
createUnorderedList(_attribute, _children)
createOrderedList(_attribute, _children)
createListItem(_attribute, _children)
createDescriptionList(_attribute, _children)
createDescriptionTerm(_attribute, _children)
createDescriptionDetails(_attribute, _children)
createAnchor(_attribute, _children)
createArea(_attribute)
createAudio(_attribute, _children)
createImage(_attribute)
createEmbed(_attribute)
createFigure(_attribute, _children)
createFigureCaption(_attribute, _children)
createObject(_attribute, _children)
createPicture(_attribute, _children)
createSource(_attribute, _children)
createTrack(_attribute)
createVideo(_attribute, _children)
createSpan(_attribute, _children)
createStrong(_attribute, _children)
createEmphasis(_attribute, _children)
createMark(_attribute, _children)
createSample(_attribute, _children)
createSubscript(_attribute, _children)
createSuperscript(_attribute, _children)
createDeletedPart(_attribute, _children)
createInsertedPart(_attribute, _children)
createQuote(_attribute, _children)
createAbbreviation(_attribute, _children)
createB(_attribute, _children)
createI(_attribute, _children)
createS(_attribute, _children)
createU(_attribute, _children)
createCite(_attribute, _children)
createTime(_attribute)
createCode(_attribute, _children)
createForm(_attribute, _children)
createInput(_attribute)
createTextArea(_attribute, _children)
createLabel(_attribute, _children)
createSelect(_attribute, _children)
createOption(_attribute, _children)
createOptionGroup(_attribute, _children)
createFieldset(_attribute, _children)
createLegend(_attribute, _children)
createDataList(_attribute, _children)
createMeter(_attribute, _children)
createProgress(_attribute, _children)
createOutput(_attribute, _children)
createButton(_attribute, _children)
createTable(_attribute, _children)
createCaption(_attribute, _children)
createTableHeader(_attribute, _children)
createTableBody(_attribute, _children)
createTableFooter(_attribute, _children)
createTableColumn(_attribute, _children)
createTableColumnGroup(_attribute, _children)
createTableRow(_attribute, _children)
createTableHeaderCell(_attribute, _children)
createTableCell(_attribute, _children)
isNode
isNodeList
isElement
isHTMLElement
isHTMLCollection
isDocumentFragment
htmlToElement
htmlToElements
isInViewport(element)
isInElement(element, target)
getElement(selector, _container?)
getElements(selector, _container?)
getTemplate(selector, _container?)
cloneTemplate(template, deep)
getPreviousElementSibling(el, pred)
getNextElementSibling(el, pred)
findAncestor(target, pred, _max?)
removeChildren(node, _callback?)
windowWidth
windowHeight
addAttributes(element, attribute, validAttributes)
changeSelectedValue(select, optValue)
copytoClipboard(value)

objectEq

Object equality

objectEq
Parameters
obj (any)

stringEq

String equality

stringEq
Parameters
value (any)
obj (string)