I'm working with a couple of slider objects on one page.

I'm using onChange to do a couple of things.  onChange passes the new value of the slider, but not the slider object itself.  Has anybody found a way to get the object?


More details:  A simple example would be to do the following:  Put multiple sliders on a page.  Now,  when a slider is moved, change it's track color.  To do this, I need to know what  slider changed in the onChange event, but I only have the slider's value.  I need a pointer to the slider itself.  Ideas?

Thanks,
Patrick

--
www.agavegroup.com
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to