Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery mobile 的“导航”工具栏来加载不同的选项卡内容。选项卡内容由通过 ajax 引入的 JSON 数据组成。
我能够执行以下过程:在单击某个导航元素时,提取 json 数据并操作 DOM 并在 jquery mobile 中增强它。但是,从随后的导航单击中,不会保留表单选择。我不想保留数据库或 cookie 中的选择,因为它们不在应用程序规范中。所以这让我在客户端缓存一个变量。
任何想法/建议/建议表示赞赏!