编程 rangeSlider进度条滑块

2024-11-19 06:49:50 +0800 CST views 3391

今天不写文章,介绍一款基于jquery的进度条滑块

官网地址 rangeSlider

##demo

Obj: {
    "input": object,            // jQuery-link to input
    "slider": object,           // jQuery-link to sliders container
    "min": 1000,                // MIN value
    "max": 100000,              // MAX values
    "from": 10000,              // FROM value
    "from_percent": 10,         // FROM value in percents
    "from_value": 0,            // FROM index in values array (if used)
    "to": 90000,                // TO value
    "to_percent": 90,           // TO value in percents
    "to_value": 0,              // TO index in values array (if used)
    "min_pretty": "1 000",      // MIN prettified (if used)
    "max_pretty": "100 000",    // MAX prettified (if used)
    "from_pretty": "10 000",    // FROM prettified (if used)
    "to_pretty": "90 000"       // TO prettified (if used)
}

更多案例参考官网实际使用产品截图

2.jpg

demos http://ionden.com/a/plugins/ion.rangeSlider/demo.html

复制全文 生成海报 前端开发 用户界面 插件

推荐文章

Python Invoke:强大的自动化任务库
2024-11-18 14:05:40 +0800 CST
使用Ollama部署本地大模型
2024-11-19 10:00:55 +0800 CST
MySQL数据库的36条军规
2024-11-18 16:46:25 +0800 CST
JavaScript 策略模式
2024-11-19 07:34:29 +0800 CST
五个有趣且实用的Python实例
2024-11-19 07:32:35 +0800 CST
Golang实现的交互Shell
2024-11-19 04:05:20 +0800 CST
程序员茄子在线接单