Along the years, while I was earning a living developing web based applications, I wrote a bunch of loosely coupled JavaScript libraries. In the end I realized what I developed was worth sharing; here you can find the results. This is not, by any mean, an attempt to create just another Ajax/JavaScript framework; it's just a collection of JavaScript's files.
Most libraries available here perform tasks limited to a very specific area of web developing. Other, less fancy ones, were designed to work as helpers, their role is mainly to integrate more specialized libraries and avoid code redundancy. You will not see fancy animations here, the focus is on web applications, what we have is plenty of form-related functionalities and very few, if any, eye candies.
I've put together some widgets too, but the focus was, once again, on web applications. My widgets are typically simple and solid; they don't have sophisticated visual effects, instead they offer superior integration for multi-section forms and data entry validation.
A special section is dedicated to Spry-related tools. Spry is a very cool Ajax framework developed by Adobe, with a unique approach, its data-centric design and client-side XHTML templating are really worth a try. I wrote a bunch of add-ons to Spry and I encourage anybody to give it a try.
While most of what's available here is mature, well-tested code that I've been using in production for quite a long time, there could be an occasional experiment or some work-in-progress. Any unfinished lib will be flagged as such, use it at your own risk.
Please don't be afraid about 0.x release numbers, they are mostly there to remind me I have a list of features I still would like to add. Once again, most of what's available here have been used in commercial application for many years.
You can download the libraries one by one, or get a zip file that contains all of them, plus the relevant documentation