+ 4
How to build revolution slider
3 RĂ©ponses
+ 9
// Hi YARAMATI GOPALA KRISHNA,
To create a slider, you go to use the "range" value for "type" attribute in <input> tag.
For example :
<input type="range" min="0" max="10" />
+ 3
type=ârangeâ donât work for older version of browsers, It is included from HTML5 . So itâs better to use a jquery plugin like rangeslider.js
+ 2
thanks