loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

Possibility to reload the <input> field after attribute changes? #82

Open scalpmonkey opened 9 years ago

scalpmonkey commented 9 years ago

Hi, I have request. In my case when the HTML is loaded I have data-slider-values="1,2,3,6,12,24,32" but on certain stage I'm changing this to data-slider-values="3,6,12,24".

The problem is that the input field its not reloaded so it gets the old look but the attribute data-slider-values are changed.

Is it possible (if not please make it so :DD ) that the input field is refreshed after attribute values are changed or manually do that with a code?

Thanks!