jquery-simple-slider
jquery-simple-slider copied to clipboard
Show the Start value and the selected value
How to display the start value and selected value.
The sample is here
Have you found an answer for this?
Yes @DDLauLau
It is done
Thank You
Wold you care to share it?
Hai @DDLauLau
It is my pleasure but my misfortune I do not have the source.
Thank You
Thanks @nishadotcom It would be good to have the answer though
I have added two span elements with min and max value and style them to look attached to the slider.
<input type="text" id="slider-fsa-limited" data-parent-id="shop-plan-block-fsa" data-slider="true" data-slider-range="100.00,1944" data-slider-step="100" value="1200.00" data-slider-equal-steps="false" style="display: none;"> <span class="min">$100.00</span><span class="max">$1944</span>