sliders are not working properly. To be more specific, once I let go
of the slider handle after moving it, it still moves with the mouse,
even though my mouse button is not pressed anymore.
It seems that if I used a different handle than the default, the
above
issue occurs. So
$('#someId').slider(); works fine, but $('#someId').slider({ handle:
'.someHandleClass' }); doesn't.
Any ideas?
No comments:
Post a Comment