HI guys I have one simple question. Can I put text min/max values for jquery ui slider and when scroll to appear digits? Here is an example, the left slider for max value has "no limit" and when you scroll it, appear digits.
相关问题
- Setting 'option' on jqueryui DatePicker cl
- jquery-ui progressbar not showing
- JQuery - ToggleClass/AddClass/RemoveClass
- How to implement a Slider within an AlertDialog in
- Return cell content based on max value of other co
相关文章
- jQuery UI Sortable: Scroll entire page as well as
- Set the z-index value of a jQuery autocomplete inp
- jQuery UI Sortable animations
- jQuery accordion: prevent pane from opening/cancel
- jQuery UI datepicker - Trying to capture click eve
- Disabling ctrl-click on jquery ui selectable
- Slide content / page transition
- How to style an unordered list with jQuery UI so t
You are looking for the range slider. I hope the range slider demo helps. The min and max values can be set while initialising the slider.
Edited Sorry for misunderstanding the question. If you look at the source code of the demo you will see a small script that changes the values of element '#amount' when slider values are changed
Here is that script:
You can change this to display character values.
You can modify this script according to your requirements
Note: I have not tested this.
Destroy the slider first, which removes the slider functionality completely. This will return the element back to its pre-init state.
After that you can add new values to the slider as,
});
This works.
Yes we can set min-max