html5please/posts/input-range.md at master · softbread/html5please · GitHub
Skip to content
This repository was archived by the owner on Oct 8, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 758 Bytes

File metadata and controls

11 lines (8 loc) · 758 Bytes

feature: status: caution tags: polyfill gtie9 kind: html polyfillurls: Input Range Polyfill, rangeslider.js, html5slider

A range input (AKA slider) will fall back to a plain text input if it's not supported.

You can use freqdec's Input Range Polyfill, rangeslider.js. Or to support Firefox <= 22, try Frank Yan's html5slider.

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.