JavaScript o lait

It's more than just a JavaScript library.

The goal is to ease JavaScript web development by building a library of reusable modules and components and enhancing JavaScript with simpler Class and Module handeling mechanisms.

"JavaScript o lait" is free and is covered by the LGPL.
With a little help it can be a growing JavaScript library.
Contributions in any way are most appriciated.

installation

JavaScript o lait was designed to be used in web pages(HTML/SVG) but is not limeted to it.
The simplest way to use it is to copy the jsolait folder to your project directory and include the main file into the web page by refference.
In HTML use the script element:
<script type="text/javascript" src="./jsolait/init.js"></script>
In SVG it is similar:
<script type="text/ecmascript" xlink:href="./jsolait/init.js"/>

You can also use jsolait with WScript by running the init.js script and pass the script to be executed as a command line argument:
cscript.exe /nologo "c:\path_to_jsolait_folder\init.js" "file://path_to_script\your_script.js"

See jsolait requirements for more information on module loading restrictions.


modules



download

You can download the latest version from the project page.