Search code examples
jqueryjquery-uisliderjquery-ui-slider

jQuery value slider with image


Does anybody knows a good solution (or maybe a plugin) to create a slider like on the picture below(with jquery, jquery ui, any other lib)?

image value slider img

So the idea is that basically you slide the background image, not one little indicator.

UPDATE

I'm trying to connect the ui slider with draggable property, but with not much luck. You can play here: JSBIN


Solution

  • Edit: You can make that image. place it inside a div make it overflow hidden. Make it draggable.

    When the image is dragged, call the slider function of slider. This way it will look like a slider.