Answer the question
In order to leave comments, you need to log in
How to get the value when you remove your finger from the screen?
Hello.
There is such a plugin , you need to send the value of the "slider" to the server when you remove your finger from the screen.
How can you implement such an action with jQuery?
Answer the question
In order to leave comments, you need to log in
https://github.com/seiyria/bootstrap-slider
handle slideStop event
Use touch events, in this case touchend .
// Примерно так
$(document).on('touchend', '.slider-handle', function(){
// Тут получаем значение ползунка, используя методы плагина и отправляем их куда угодно
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question