使用动态元素转换表单以支持后退按钮历史记录

发布于 2024-11-07 17:53:30 字数 727 浏览 0 评论 0原文

我有一个表格。为简单起见,假设有一个列表,您可以从列表中进行选择并按“添加”,这会将列表中的项目附加到具有隐藏 元素的 HTML 元素中,以便提交值。 jQuery 对于 htat 工作得很好,

当我提交表单时,很好。但是,使用后退按钮会将页面恢复到初始页面状态。

我读过很多关于SO的帖子(https://stackoverflow .com/questions/116446/what-is-the-best-back-button-jquery-plugin 等),它们似乎都处理元素隐藏/显示,例如页面上的选项卡。

我开始安装这个历史插件(http://balupton.com/sandbox/jquery-history/ demo/),但似乎我要挂钩每个表单更改并自己保存值。或者,他们试图在服务器端保存状态并在按下后退按钮时重新加载它。

有没有办法只设置历史保存点?我真的只担心历史;深度链接和书签对于这个项目来说并不重要。

如果没有,有什么通用方法来处理表单吗?如果我让这件事变得太难,请告诉我。看起来它确实应该可以工作。

I have a form. For simplicity, let's say there's a list and you can pick from the list and press Add, which appends the item in the list into an HTML element with hidden <input> elements so the values submit. jQuery works fine for htat,

When I submit the form, fine. However, using the back button reverts the page to the initial page state.

I've read a number of posts on SO (https://stackoverflow.com/questions/116446/what-is-the-best-back-button-jquery-plugin and more) and they all seem to deal with elements hiding/showing, like tabs on a page.

I started installing this history plugin (http://balupton.com/sandbox/jquery-history/demo/) but it seemed like I was going to hook into every form change and save the values myself. Or, they're trying to save the state off server-side and reload it when the back button is pressed.

Is there a way to just set a history savepoint? I'm really only worried about history; deep linking and bookmarking don't matter for this project.

If not, any generic way to handle the form? If I'm making this too hard, let me know. It sure seems like it should Just Work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文