You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up the slider to initialise from a json file on load using jquery.
However, even though the value of the textbox is updated from the jquery, the slider juts sits in the default position and does not update. Correct value reported in console.log.
It is like slider:ready never fires (as the label for the slider value does not update either)...
Any ideas?
The text was updated successfully, but these errors were encountered:
I am seeing this problem too and can't initialise the slider.
This fiddle http://jsfiddle.net/nickweavers/77c89pju/23/ shows the problem. The output span doesn't show the initial value of the slider, but it does show the values when the slider is dragged.
I am trying to set up the slider to initialise from a json file on load using jquery.
However, even though the value of the textbox is updated from the jquery, the slider juts sits in the default position and does not update. Correct value reported in console.log.
It is like slider:ready never fires (as the label for the slider value does not update either)...
Any ideas?
The text was updated successfully, but these errors were encountered: