Zune
Docs
Sponsor
No matches found
Getting Started
Introduction
Quick start
Configuration
Single-page application
Components and modules
General API
log()
len()
each()
device()
sleep()
hash()
toScroll()
rateLimit()
formObj()
cloneObj()
build()
DOM Elements API
Overview
$()
$.create()
$.insert()
$.replace()
$.swap()
Events API
Overview
evt.add()
evt.remove()
evt.on()
evt.off()
evt.toggle()
evt.has()
evt.run()
Content API
Overview
html()
outHtml()
txt()
inTxt()
num()
val()
Attributes API
attr.get()
attr.set()
attr.remove()
attr.has()
attr.toggle()
CSS Classes API
cls.add()
cls.remove()
cls.has()
cls.toggle()
cls.replace()
CSS Styles API
css.get()
css.set()
css.remove()
css.has()
css.in()
Dynamic Application API
api()
content()
init()
state()
waitState()
spa()
stream()
readFile()
Templates API
Overview
tpl.add()
tpl.remove()
tpl.get()
tpl.set()
tpl.replace()
tpl.swap()
tpl.count()
tpl.pos()
tpl.component()
Cookies API
cookie.get()
cookie.set()
cookie.remove()
Storage API
Overview
storage.get()
storage.set()
storage.remove()
DOM Observer API
Overview
spy.get()
spy.on()
spy.off()
spy.has()
Convert API
parseJson()
toJson()
toNum()
formatNum()
toArr()
toPath()
toBuild()
toLower()
toUpper()
toCamel()
toKebab()
toSnake()
Validation API
equal()
isTrue()
hasTrue()
isArr()
hasArr()
isObj()
hasObj()
isStr()
hasStr()
isNum()
hasNum()
isSet()
isMap()
isWindow()
isDocument()
isNode()
isElem()
isList()
isCollect()
isBool()
isDef()
isFn()
isDate()
isSymbol()
isNan()
isReg()
isFile()
isFiles()
Changelog
Dynamic Application API
waitState()
async
Waits for the modification of browser
history
to complete.
Example:
await waitState();
Previous
Next
Docs
Sponsor