Hi

Just a quick question/request, I've implemented a jquery UI slider -
one of the requirements was for the distance between the sliders to
never be less than 0.5 (range 0 - 10, 0.5 increments).
There doesn't seem to be a way to do this with an option but I was
able to code a solution by returning false in slide() if the diff ever
got below 0.5 and resetting the values to the previous values (as the
handles had both reached the same value and the active one lost
focus).

It'd be nice if there was an option say "min_distance : 0.5" (and
max_distance) when setting up the range slider which limited the
travel options of each handle. Maybe there is but I missed it...

Thanks
james

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to