>> I don't think you can get both values using onSlide(). That might not be true... There is a method in interface slider called SliderGetValues() that can come to ur rescue. I guess that is not in the docs, but it is similar to SliderSetValues() that is documented, just that this sets whereas we want to get.
-GTG On 8/15/07, Geoffrey Knutzen <[EMAIL PROTECTED]> wrote: > > > I don't think you can get both values using onSlide(). > You need to keep track of both values somewhere else and update those > values > as you slide. > > It gets tricky when the sliders cross, but you can work through it > > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Simpel > Sent: Wednesday, August 15, 2007 1:42 AM > To: jQuery (English) > Cc: [EMAIL PROTECTED] > Subject: [jQuery] Interface slider - get value of multiple handles > > > Hi there! > > so...I've been looking at the interface slider (http:// > interface.eyecon.ro/demos/slider.html) > > I'd like to use two horizontal sliders but how do I get the current > value for them, the onSlide function only seems to display the value > for the slider that was changed last, I wan't to be able to pull the > values for both handles whilst dragging one of them.... > > /Joel > >