My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

samaxesJS JavaScript library

samaxesJS is a collection of JavaScript controls and jQuery plugins.

Developed to help you build rich interactive web applications and to ease daily tasks.

JavaScript controls

Control Description Wiki
samaxesjs.toc The TOC component dynamically builds a table of contents from the headings in a document and prepends legal-style section numbers to each of the headings. TOCControl

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. TOCPlugin
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: The jQuery plugins above depend on the jQuery JavaScript library. It must be included on the page before any of these plugins.

Alternately, you can include jQuery directly from jQuery CDN by including this script block before all other scripts:

<script src="http://code.jquery.com/jquery.min.js"></script>
Powered by Google Project Hosting