Modules:

midori Docs

The midori JS framework consists of 10 modules, all contained in a single file. You can add midori to any web page by inserting the following line between the <head> tags assuming that midori is in the same directory as with your document.

<script type="text/javascript" src="midori.js"></script>

You need to have basic HTML, CSS and JavaScript knowledge to use midori. If you do not understand some of the examples, you may want to refer to a JavaScript tutorial.