I have an application that has many plugins, all of which have jquery scripts. Now, i imagine there are ways to program an javascript aggregator of some sort, but i imagine this is a very common problem with plugin based web-apps, so i was curious if jquery had any ways to handle this.
To reiterate with an example: If you have a CMS that is plugin based, with 20 plugins, and each plugin has its own js file to run its own, plugin specific, jquery code from. You cannot(*and should not have to*) manually combine them together (ignoring the aggregator aspect for now), so are there any other options? Having 20+ <script> calls on one page is a bit overkill heh.. Any thoughts on this subject? Thanks, -- Lee Olayvar http://www.leeolayvar.com