Dynamic Loading of jQuery Libraries

I’ve been going back and forth with my pals @jbhoward (Jim Bob Howard),  @iOnline247(Matt Bramer), and @webdes03(Michael Greene) today about how best to dynamically load jQuery libraries.  We were all interested in the possibility of determining on the fly whether to load the jQuery library itself conditionally from an external CDN (like the Google Ajax…

Should You Use a CDN for jQuery Libraries?

I frequently have people ask me whether they should store jQuery libraries in house or reference external Content Delivery Networks (CDNs) instead. I see plusses and minuses for using the various CDNs out there. (There are several big ones: Google, Microsoft, etc.)  Reducing the ‘hits on the server’ thing is potentially one plus, but unless…