You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple roundSliders on one page. There is a "change" event available, but how can the ID of the roundSlider that was changed from the event arguments provided by this event?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Currently i didn't provided the id in the event arguments, but inside the event handler "this" points the corresponding slider instance. So from that instance you can get all things about the current slider.
this.control returns the current slider element, so this.control.attr("id") returns the id
Hi there,
We have multiple roundSliders on one page. There is a "change" event available, but how can the ID of the roundSlider that was changed from the event arguments provided by this event?
Thanks in advance.
The text was updated successfully, but these errors were encountered: