jquery-simple-slider icon indicating copy to clipboard operation
jquery-simple-slider copied to clipboard

Show the Start value and the selected value

Open nishadotcom opened this issue 9 years ago • 6 comments

How to display the start value and selected value.

The sample is here slider

nishadotcom avatar Nov 13 '15 07:11 nishadotcom

Have you found an answer for this?

mctata avatar May 31 '16 02:05 mctata

Yes @DDLauLau

It is done

Thank You

nishadotcom avatar May 31 '16 05:05 nishadotcom

Wold you care to share it?

mctata avatar May 31 '16 05:05 mctata

Hai @DDLauLau

It is my pleasure but my misfortune I do not have the source.

Thank You

nishadotcom avatar May 31 '16 05:05 nishadotcom

Thanks @nishadotcom It would be good to have the answer though

mctata avatar May 31 '16 06:05 mctata

limit 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>

benbinesh avatar Dec 07 '17 04:12 benbinesh