samaxesJS
samaxesJS is a set of JavaScript components and plugins.
It helps building rich interactive web applications and ease daily tasks.
Standalone components
| Component | Description | Wiki |
| samaxesjs.toc | The TOC control dynamically builds a table of contents from the headings in a document and prepends legal-style section numbers to each of the headings. | TableOfContents |
jQuery plugins
| Plugin | Description | Wiki |
| jquery.toc | The TOC plugin dynamically builds a table of contents from the headings in a document and prepends legal-style section numbers to each of the headings. | TableOfContentsPlugin |
| jquery.cssfloat | The CSS Float plugin is capable of detecting floating errors and adding a border to elements which should be cleared - but aren't. | CSSFloatPlugin |
NOTE: These plugins depend on the jQuery JavaScript library which can be downloaded at Google Code. It must be included on the page before any other plugin.
You can alternately include jQuery directly from Google API's by including this script block before all other scripts:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
This file is located on a content delivery network (CDN) so it's served fast and it is also GZIP:ed on your behalf dramatically reducing it's file size.