Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all

i am new to slider control. i want to implement slider control in my e commerce application for price range search

dynamically how can i bind minimum and maximum value to slider ccontrol


plz help..............
Posted
Comments
ZurdoDev 26-Mar-13 7:16am    
Please post your relevant code. Are you using jquerUI's slider control? http://jqueryui.com/slider/ It has examples. Where are you stuck?
hh_7 26-Mar-13 7:26am    
you can use the Jquery UI Slider Control as ryanb31 sugested, with that library is easy for you to define a min. and a max. value

EXAMPLE: $( ".selector" ).slider({ min: 10, max: 25 });

So we need to know what kind of tecnhology are you using...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900