Thanks glcummins, will this slider allow the user to define MIN price AND MAX price range in the same slider?
Main Topics
Browse All TopicsI am looking for a script that allows to use a slider (ajax?) to search for an item specific size or price range.
let's say a website sells cars and the user wants to search for cars between $5000 and $20000
using this slider, he can move one end to define the $5000 (the MIN value) and the other end of the slider to define the $20000( MAX). As he moves the sliders, the listing will update.
i have seen websites using this slider and would like to use it. preferably should work for php, but any other environment is fine also.
any advise towards this is appreciated.
thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think I may have found something that will do what you want. This slider is a part of the Scriptaculous library (which is quite cool). Details on a two-handled slider can be found here: http://www.gerd-riesselman
Business Accounts
Answer for Membership
by: glcumminsPosted on 2007-05-22 at 08:40:16ID: 19134880
Take a look at the Tigra Slider Control (http://www.softcomplex.co m/products /tigra_sli der_contro l/). This slider script is very easy to use. You tie it's action to an input field (can be hidden), so that when the slider moves, the value of the input field changes. Then, your script simply operates based on the value of the input field.