Add tick marks to jQuery slider?(向 jQuery 滑块添加刻度线?)
问题描述
如何向 jQuery 滑块添加刻度线?假设我的值从 1 到 10,我如何在每个值上添加一个刻度?
How do I add tick marks to the jQuery slider? Say I have values from 1 to 10, how I can I add a tick at each value?
我在 S.O. 上看到过类似的帖子.但他们都建议使用插件,由于与其他元素有很多交互性,我想对其进行硬编码.
I've seen similar posts on S.O. but they all suggest plug-ins, and I would like to hard code it due to a lot of interactivity with other elements.
谢谢!
推荐答案
类似于这个 SO Question.Mortimer 的回答可能会有所帮助.
Similar to this SO Question. The answer from Mortimer might help.
虽然目前还没有官方的做法,但如果能在 jQuery UI 滑块中烘焙它会很不错.
Although there is no official way of doing it yet, it'd be nice to have it baked in the jQuery UI slider.
这篇关于向 jQuery 滑块添加刻度线?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:向 jQuery 滑块添加刻度线?


基础教程推荐
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 动态更新多个选择框 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 响应更改 div 大小保持纵横比 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01