Link to home
Start Free TrialLog in
Avatar of Al4ddin2
Al4ddin2

asked on

Jquery mobile max and min sliders

Hi,

I am looking for some value sliders that work on touch screen devices that will  allow users to set the min and max values using a slider.
Also I need to be able to set custom images for the slider disks and a colour for the sliders themselves.

Any guidance, examples or tutorials would be great thanks.

Thanks
Avatar of leakim971
leakim971
Flag of Guadeloupe image

http://www.html5tutorial.info/html5-range.php

<div><img src="path/to/images/disk.jpg" /><input type="range"></div>
Avatar of Al4ddin2
Al4ddin2

ASKER

Hi leakim971,

Although this looks great, I need one that is compatible with IE8 too.
Also a slider that has min and max sliders (range) rather than just one disk, it has two.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Al4ddin2
Al4ddin2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I managed to source a JQuery slider elsewhere