range within defined boundaries <input type=“range” min=“0” max=“100” /> // step of the input’s increment value <input type=“range” step=“5” min=“0” max=“100” />
case: filtering within a range of prices (min/max) ¡ Solution: use JS widgets § jQuery UI Slider: ▪ http://jqueryui.com/demos/slider/#range <input type=“range” />