Range Slider

10 Aug 20181 minute to read

The attribute data-ej-enablerange is used to select the range of values that is from and to values. The data-ej-values attribute specifies the “from” and “to” values for the Range Slider on initialization. Default value of the data-ej-enablerange is set to “false”.

  • HTML
  • <div id="slider_sample" data-role="ejmslider" data-ej-enablerange=true ></div>

    The following screenshot displays the Range of the Slider: