How do I add a Marker to a jQuery UI Slider?

后端 未结 1 701
余生分开走
余生分开走 2020-12-17 22:17

I have a simple jQuery UI slider that has a numerical range from 25 to 35. It works fine and the default value is 28. I\'m hoping to add a simple tick mark to the slider to

相关标签:
1条回答
  • 2020-12-17 23:20

    I found a great implementation of the jQuery UI slider here:

    http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/

    It's called the selectToSlider plugin and allows for the placement of tick marks throughout the slider as well as the ability to add labels and tooltips.

    0 讨论(0)
提交回复
热议问题