Looks like you're working with the jQuery UI Slider? If so, we'd love to help you out over here:
http://groups.google.com/group/jquery-ui - Richard On Wed, May 13, 2009 at 8:59 PM, digitalaspect <digitalasp...@gmail.com>wrote: > > I need to pass the value of a slider to a form. I am trying to use > #<input type="hidden" id="my_input" /> # > > I tried altField as per the datepicker, but that doesn't work. Have > tried to get a function working, but to no avail. > > > # $("#target_div_id").slider({ min: 100, max: 500, > # function() { > # $('#my_input').value( $("#target_div_id").slider.value() ); > # } }); > # > Can anyone help me get off the ground on this one? > >