offline data storage & access using jQuery

与世无争的帅哥 提交于 2019-12-03 08:35:13

It's difficult to impossible to do without a plugin since your only option is a Cookie which has a 4k limit.

Looks like the jquery-store that others have suggested uses Flash as a data store. http://code.google.com/p/jquery-jstore/ . I am biased and don't like flash unless absolutely necessary. I have had issues with it and memory. So here are some other options:

Google Gears seems to be the one that is going to be what you want. http://gears.google.com/

Gears it is not jQuery specific. Someone is writing a jQuery wrapper for it http://code.google.com/p/jquery-offline/

this can be of some help jquery-offline

There are a few jquery plugins for that: http://plugins.jquery.com/taxonomy/term/1589

Also this a good post about the matter:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!