jquery-simple-slider icon indicating copy to clipboard operation
jquery-simple-slider copied to clipboard

Default value parsing

Open jitendrac opened this issue 12 years ago • 6 comments

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.

jitendrac avatar Feb 17 '13 10:02 jitendrac

I'm also having this issue.

@jitendrac you can work around this for now using the setValue method, but it's a pain.

t1mmen avatar Feb 23 '13 11:02 t1mmen

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..

horgen avatar Feb 25 '13 08:02 horgen

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

jitendrac avatar Mar 01 '13 18:03 jitendrac

do you mean the "value" attribute? Because it doesnt work for me.

sandeepy02 avatar Mar 09 '13 04:03 sandeepy02

ya in my case this code do work

jitendrac avatar Mar 13 '13 08:03 jitendrac

it doesn't work for me either

bluesodium avatar Sep 16 '14 12:09 bluesodium