阅读背景:

How to get value of the slider, when touchend or mouseup events are used?

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

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: