loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

Show the Start value and the selected value #86

Open nishadotcom opened 8 years ago

nishadotcom commented 8 years ago

How to display the start value and selected value.

The sample is here slider

mctata commented 8 years ago

Have you found an answer for this?

nishadotcom commented 8 years ago

Yes @DDLauLau

It is done

Thank You

mctata commented 8 years ago

Wold you care to share it?

nishadotcom commented 8 years ago

Hai @DDLauLau

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

Thank You

mctata commented 8 years ago

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

benbinesh commented 6 years ago

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>