Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 684 Bytes

input-range.md

File metadata and controls

11 lines (8 loc) · 684 Bytes

feature: status: use tags: gtie9 kind: html polyfillurls: Input Range Polyfill, rangeslider.js

A range input (AKA slider) is supported by all evergreen browsers and Internet Explorer 11. Also it will fall back to a plain text input if it's not supported.

If you have to support Internet Explorer 9 and below you can use freqdec's Input Range Polyfill, rangeslider.js.

These polyfills aren't drop-in polyfills, and you'll need to wire them up a little, but your markup can depend on <input type=range> creating a slider.