I\'m beginning to look at HTML5s ability to allow for offline Web applications.
A while back I found that using a CDN worked well for my applications, so I\'ve been stic
Actually, you can write your manifest that has a link to your jQuery CDN. Just like my app.manifest:
app.manifest
CACHE MANIFEST # 2012-01-20:v4 http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
That is HTML segment:
.... ....
It works to me.