Javascript Classes
A few javascript classes that I've written that you may find helpful in your projects.
-
2011, July
Shaver.js loads and parses javascript templates and stores them in an object on a Singleton class for easy access when rendering.
-
2011, April
lets you globally listen for events across all scopes and instances. Callbacks is a singleton, so you can access it from anywhere.
-
2011, August
Upload files without flash while simulating asynch using a dynamically created I-Frame and JSON callbacks
-
2010, June
A simple javascript class using the power of JQuery to trace out your values while working.