gpt4 book ai didi

jquery - 使用 touchend 或 mouseup 事件时如何获取 slider 的值?

转载 作者:行者123 更新时间:2023-12-01 05:03:56 30 4
gpt4 key购买 nike

$('.ui-slider-handle').live('touchend', function(){
// how can I get slider's value here?
});

$('.ui-slider-handle').live('mouseup', function(){
// and here?
});

我不想使用 .change 因为即使 slider 移动也会调用它。

最佳答案

您可以只使用事件stop
http://jqueryui.com/demos/slider/#event-stop

关于jquery - 使用 touchend 或 mouseup 事件时如何获取 slider 的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7546472/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com