HTML Form Slider(HTML 表单滑块)
问题描述
可能重复:
最小最大滑块形成
我目前有一个作为常规 html 表单提交的搜索模块.在其中,我目前获取产品的绝对最小值和最大值,例如 50 和 2500.现在我需要构建一个带有两个按钮(选择范围)的滑块,当提交表单时,这两个用户选择的值需要发送,最好作为两个不同的变量.我不熟悉如何做这样的事情,有什么想法吗?
I presently have a search module that submits as a regular html form. In it, I currently fetch an absolute minimum and maximum value for products, for example 50 and 2500. Now I need to build a slider with two buttons (to select a range) and when the form is submitted, both these user-selected values need to be sent, preferrably as two different variables. I am not familiar with how to do such a thing, any ideas?
谢谢!
正如每个人都提到的 jQuery UI,我实际上一直在摆弄这个,它会很理想但我无法让它运行..我下载了插件,安装了它并使用了 3在我的行中调用它,但是当我在我的 html 中调用 div 时,它只呈现一个文本框.我错过了什么吗?
As everyone is mentionning jQuery UI, I've been fiddling around with this actually, it woudl be ideal but I haven't been able to make it run..I downloaded the plugin, installed it and used the 3 lines to call it in my but when I call the div in my html it only renders a textbox. Am I missing something?
推荐答案
结帐 jquery UI.它有一个可以很好地工作的滑块元素:http://jqueryui.com/demos/slider/
Checkout jquery UI. it has a slider element that could work well: http://jqueryui.com/demos/slider/
这篇关于HTML 表单滑块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:HTML 表单滑块
基础教程推荐
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01