Slider suggestion
Slider suggestion
I think there is a request already to have the values show as part of
the slider. In the mean time, I have added the following to the slide
function. Your css may need to be tweaked for better appearance and
large numbers wont fit too easily; but it works for me:
slide: function(e,ui){ $("div",this).html(ui.value); } //show
value in slider