Default value parsing
while using the slider it do not allow to use the default value neither by something like data-value nor by setting value of the text box.
I'm also having this issue.
@jitendrac you can work around this for now using the setValue method, but it's a pain.
Not sure if im using this correctly, but this dosnt do anything:
$("#AttachmentScale").bind("slider:ready", function (event, data) { console.log("data"); });
slider:changed works though..
after looking at source i found that it will be better, to just pass the value into the textbox attribute as it will work like a charm
do you mean the "value" attribute? Because it doesnt work for me.
ya in my case this code do work
it doesn't work for me either