You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
I'm tryng to intercept some events on your slidebar, but i manage only with the click event. I would need most of all the mousedown and the mouseup events.
The jquery code i use to try this is really simple:
// this fires
$('.rangeSlider__handle').on('click', function () {
alert('rangeSlider__handle click');
});
// this doesn't
$('.rangeSlider__handle').on('mousedown', function () {
alert('rangeSlider__handle mousedown');
});
Is there something really basic that i'm missing or is it a wanted behaviour?
Thanks a lot in advance
Best regards,
Alberto
The text was updated successfully, but these errors were encountered:
Hi André ,
your bar is really great!
I'm tryng to intercept some events on your slidebar, but i manage only with the click event. I would need most of all the mousedown and the mouseup events.
The jquery code i use to try this is really simple:
// this fires
$('.rangeSlider__handle').on('click', function () {
alert('rangeSlider__handle click');
});
// this doesn't
$('.rangeSlider__handle').on('mousedown', function () {
alert('rangeSlider__handle mousedown');
});
Is there something really basic that i'm missing or is it a wanted behaviour?
Thanks a lot in advance
Best regards,
Alberto
The text was updated successfully, but these errors were encountered: