Javascript Library.
Commands 0 |
---|
How to use UnderZ ?
<head>
tag, better if it is The First JavaScript Include:<head>
<script type="text/javascript" src="_z.js"></script>
</head>
<head>
<script type="text/javascript" src="_z.js" underZ></script>
</head>
<head>
<script type="text/javascript" src="_z.js" underZ>
// add variable to library
_z.var = [ "data", 123 ];
// edit the var variable
_z.var["data2"] = { "char": 'c', "num": 9 };
// clone the library to new var
$ = _z;
</script>
</head>
Please see: Library Syntax