Bear Bibeault wrote:It's usually recommended to reference jQuery, mobile or otherwise, from a CDN so that there's a good chance that it's already been cached by another site. But even when not, with caching, the pain should only be felt once. And every effort is made to make jQuery as small as possible. And referencing the minified version helps as well.
Agreed. Referencing the library from the CDN definitely helps and like Bear explains...the only real issue is the initial load on the main page. Last time I checked the minified version of the jQuery Mobile library is only 24K. That's hardly a size to think twice about...even for mobile development.
Zak