Slider change values won't work

Slider change values won't work


i chenge the sliders value with $
("#handler").data("maxValue.slider","100") i du a stop funktion like
this
                     stop: function(e,ui) {
                            $("#scroller").css({"left": - Math.round((ui.value))});
                                alert(ui.value);
                        },
but after changing the value with $
("#handler").data("maxValue.slider","100") the maxvalue is the same
than befor is this a bug, or am i doing something wrong?
greet jens











    • Topic Participants

    • info