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.
使用 jqgrid 在页面重新加载时保留 jqGrid 中的页码和排序标准的最佳做法是什么?我应该将这些值存储到 cookie 中还是有其他一些最佳实践来使用 jqgrid 实现这种行为?
答案和另一个显示如何使用localStorage网络浏览器保存一些用户偏好,包括页码和排序标准,以及如何在重新加载页面时恢复信息。另一个答案显示了如何使用 cookie 来保存信息。我个人更喜欢并在这里localStorage描述了原因。
localStorage