31.05.2017, 09:51
Try this. It will affect all standard sliders, not the circular ones.
As for other examples, there's a large thread on custom JavaScript:
https://forum.logicmachine.net/showthread.php?tid=275
Code:
$(function() {
$('.control-slider').slider().on('update', controlValueChange);
});
As for other examples, there's a large thread on custom JavaScript:
https://forum.logicmachine.net/showthread.php?tid=275