I have a slider which has 4 handler, each handler has their own popup with decrements and increments, how can i move the sliders while clicking on minus(-) and plus(+) button.
Please help..
I have a slider which has 4 handler, each handler has their own popup with decrements and increments, how can i move the sliders while clicking on minus(-) and plus(+) button.
Please help..
Copyright © 2021 Jogjafile Inc.
according to documentation
You can set the value like
or
Use your logic to increment or decrement the value
UPDATE
Check this updated fiddle
I have changed the logic a little bit