paniwani

Results 5 comments of paniwani

Here's my initialization code: $("#alphaSlider").slider({ id: "alphaSlider", min: 0, max: 1, step: 0.1, value: 0.5, ticks: [0, 1], ticks_labels: ["CT", "PT"], ticks_snap_bounds: 0 }); Then elsewhere in my code, I...

Uncaught TypeError: $(...).slider(...).setAttribute is not a function It also reset my slider, losing all the parameters I set previously.