I have a two drop downs namely Min Price and Max Price, i want to change the second drop-down value based on the first selection.
Say example 1st drop-down selection is 100 means, 2nd drop-down value should be greater than the 100, if it is 200 in 1st, value of 2nd should be greater than 200
Any idea in jQuery or js?
Simplest i could think of ( this allows you to go back in your choices, you can select 400 and then 200 and everything works )
http://jsfiddle.net/NjLNF/2/
EDIt – added parseInt() as per comment