[jQuery] Re: jQuery.getScript and Browser Cache

2008-11-11 Thread Panman
True, combining files would be the best option. I'm thinking in the case where I would like to detect weather or not a specific plugin is required. So if x element exists then include x plugin. Just looking for something like the Dojo require, which loads its' modules. Another option I thought o

[jQuery] Re: jQuery.getScript and Browser Cache

2008-11-11 Thread Michael Geary
Are you going to always be loading these .js files into your page? If so, the most efficient option by far is to concatenate all of them into a single .js file that you load with a single tag. Maybe explain more about why you want a bootstrap file, and what exactly you want it to do? -Mike >