API Namespace
Namespaces
Methods
-
staticjMod.API.addScript(js, src, id, type, async, defer){Object}
F:/Projects/jMod/main/bin/jMod.full.js, line 3972 -
Adds given js to the the page.
Name Type Description jsstring optional The js to be added to the document. srcstring optional The src for the script tag. idstring optional The id for the script tag. typestring optional The type for the new script tag. asyncboolean optional Value of the async attribute. deferboolean optional Value of the defer attribute. Returns:
Type Description Object node The newly created script node -
staticjMod.API.addStyle(css){Object}
F:/Projects/jMod/main/bin/jMod.full.js, line 3917 -
Adds given css to the the page.
Name Type Description cssstring The CSS to be added to the document. Returns:
Type Description Object node The newly created style node -
staticjMod.API.Date(2)(command, args)
F:/Projects/jMod/main/bin/jMod.full.js, line 4600 -
(jMod.API.Date) Date API function for calling other date related functions
Name Type Description commandstring Function name to be called argsobject repeatable Arguments to be passed to the function