Reputation: 4366
I was wondering if anyone had any advice or examples for how to extend the jQuery UI slider to make the range draggable? Basically what I want it something similar to this, but I'd like to be able to grab the gray bar and drag it to adjust the range.
Upvotes: 1
Views: 1474
Reputation: 4560
There is a widget extension available here (see Drag the Range of a UI Input Range Slider for more detail)
Upvotes: 2