Closed elmarshar closed 10 years ago
Good idea.
Would it be useful if this
referenced the jQuery object the slider was initiated on within callbacks?
Did you find any way you could to that. For example onFinish, I wanat to access max value
Hi, soon will be new release with all this fixes.
Thanks. Any hints till than? :)
Done in 1.8.5
How do I access the slider object? I need to access min and max in onFinish callback, so that my updated inputs would be clear when the range is set on min and max
There is 2 new options in callback: input (hidden input field), and slider (slider container), both jQuery objects.
http://ionden.com/a/plugins/ion.rangeSlider/en.html Look at the black field with numbers after last slider, you will see all return values
I would need to acces the ion.rangeSlider object , so I can access to min and max values.
@catalinux , min and max values don't change. You know them then you init the slider. Save them for later at this moment.
I think both this functions need access to the $slider variable. I use multiple sliders, selected by css class-name and onFinish I need to submit the parent form.