Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmtechslv/60f694f77c358fe81022969eec3ae33f to your computer and use it in GitHub Desktop.
Save mmtechslv/60f694f77c358fe81022969eec3ae33f to your computer and use it in GitHub Desktop.
Markdium-Introduction
<div id="my-numeric-slider"
class="form-group numeric-slider"
data-range_min="[Min. Possible Value]"
data-range_max="[Max. Possible Value]"
data-cur_min="[Current Min. Value]"
data-cur_max="[Current Max. Value]">
<div class="numeric-slider-range ui-slider ui-slider-horizontal ui-slider-range"></div>
<span class="numeric-slider-range_text" id='my-numeric-slider_text'>[Lower Value] - [Upper Value]</span>
<input type='hidden' id='my-numeric-slider_min' name='slider-min'/>
<input type='hidden' id='my-numeric-slider_max' name='slider-max'/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment