Since everybody and their cat seem to have started writing their own script loaders, I guess I migh as well post a link to my own effort in this space:
Req.js - javascript lazy-loading and dependency managment * About: http://mar.anomy.net/entry/2009/10/20/23.39.22/ * Code: http://github.com/maranomynet/req Req.js focuses mainly on making dependency-management *as easy as possible* (that and handling nested calls gracefully), which is IMO the most important every-day problems we developers face down in the trenches. The current version doesn't attempt any fancy xhr magic for parallel loading, mostly to keep the code tiny. Instead it provides a simple API to join multiple script-requests into a single "combo" HTTP request. Comments from interested users would be appreciated. -- Már -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.