UNPKG

@vdt-jquery/jquery-rangeslider

Version:

A jQuery plugin that makes it easy to transform any html-element into a range slider with definable range that is consistent across browsers.

13 lines (11 loc) 191 B
.rangeslider { user-select: none; position: relative; } .rangeslider-thumb { position: absolute; } .rangeslider-track { position: absolute; width: 100%; }