Are there any alternatives to jquery-ui slider? It doesn’t do what I want it to be (allow images to be used rather then the default css, well it does but the handle goes above the images).
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can’t restyle the jQuery UI element to meet your needs (which I find unlikely – the HTML it produces is very, very bare-bones), then your needs are probably very specialized. I would recommend, then, that you make your own slider to meet your own needs.
Or, perhaps, you might run a quick Google search for “javascript slider” and find this lovely article on 30+ Javascript/Ajax Techniques for Sliders, Scrollers and Scrollbars. Maybe one of them will produce the HTML you want.