Hi, I'm trying to augment my slider.js code in order allow sliders with two handles to have the sliders "overlap" when the restricted option is set to true.
In the current version of script.aculo.us, if restricted is set to true, then when the user drags a slider down such that the slider's lower edge runs into the upper edge of the other slider, the user is unable to drag the slider lower. I would like to change the code so that instead of the edges being the boundary, the new restriction is that the upper slider's midpoint cannot go below the lower slider's midpoint. This would allow for more precision in sliders with two handles. I've had trouble changing the code in order to accomplish this. Does anyone know how to do this? What approach should I take? Thanks very much for your help, Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
