Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set value method not understood #94

Open
ghost opened this issue Oct 7, 2017 · 1 comment
Open

Set value method not understood #94

ghost opened this issue Oct 7, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 7, 2017

selector.simpleSlider("setValue", value);
in above sentence
What is 'selector'. How can i use this
I am using
input type="text" data-slider="true" value="30000" data-slider-range="25000,10000000" data-slider-step="10000" data-slider-snap="true" id="la"

When slider loaded i want to set value from another input field so how can i change slider from selected value from another input field.

Please help...

@benbinesh
Copy link

$('#la').simpleSlider("setValue",500);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant