如何保存jquery滑块的选定值

发布于 2024-12-10 01:52:47 字数 105 浏览 0 评论 0原文

有谁知道如何将滑块的值保存在数据库中?我想在用户停止滑动时保存滑块的位置。我没有问题获得价值 在客户端,但我还需要将选定的滑块值保存在数据库中。 任何建议都将不胜感激。

提前致谢。

Does any one know how I can save a slider's value in the database? I would like to save the slider's position when the user stops sliding. I have no problem get the value
on the client side but I need to save the selected slider value in the database as well.
Any suggestion is greatly appreciated.

Thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

并安 2024-12-17 01:52:47

我找到了一种方法来完成这项工作,但我不确定这是否是最有效的方法。
我创建了一个 HiddenField 并使用以下语法分配滑块的 ui.value:
$("#ContentPlaceHolder1_sliders_SliderStoppedValue").val(SliderStoppedValue);

I found a way to make this work but I am not sure if this is the most efficient way of doing it.
I created a HiddenField and assign the slider's ui.value by using the syntax below:
$("#ContentPlaceHolder1_sliders_SliderStoppedValue").val(SliderStoppedValue);

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文