-
Price slider
Hi,
I want to create a Price slider somthing like this http://www.makemytrip.co.in/makemytr...1|21|49|4eb6d_
Which will have the minimum Price and a maximum price value. User can able to set his price range by dragging the slider.
I don't have a ajax call to refresh the page. Just need to set the value on client side.
Great help if some one can assist me or provide me some source information to implement
Thanks
-
you could use
http://www.vicsjavascripts.org.uk/Cu...ollBarsIII.htm
and function(example)
Code:
function MyFunctionH(pos){
var min=10,max=20;
document.Show.Show0.value=min+(max-min)*pos;
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks