At this demo page: http://jqueryui.com/demos/slider/#event-change
The event 'slide' rewrite has two inputs at once:
$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
" - $" + $( "#slider-range" ).slider( "values", 1 ) );
For my purposes I want to know, which of two sliders are moved (min or max). How I can get it?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With