I've been working with Javascript a lot lately and that has led me back to an old challenge: developing a simple, clean framework for dynamically loading javascript classes. Most the mature javascript and AJAX frameworks have this, but upon examination, most proved too involved. I wanted something that could be set up simply for a new class and, ideally, be used for multiple classes in coordination.
After much research, trial, and tribulation, I think I've arrived at something that accomplishes this. I call it J.ini, or jini. More details can be found here:
http://www.klenwell.net/is/JavascriptJiniA simple demo:
http://klenwell.googlepages.com/demo.jini.htmLabels: javascript