Hello everyone,
I need to have multiple radio group reflecting sliders values and the opposite (so when a radio changes to 0, put slider to 0, if radio changes to 100, change slider to 100)
Delegating a "change" event would work except that it gives a loop as if an input's value, I change an other input that triggers a change event etc...
So my question is: Which event should I use to detect that a user changed a slider's value or a radio group?
In the following example, you can see that if you modify the "change" event with vclick, click or tap, it doesn't work.
http://jsfiddle.net/vpxavier/3TVXD/
Thanks for your help.