Questions tagged «jquery-ui-slider»

2
jQuery UI滑块在移动设备上的触摸和拖动/拖放支持
我已经将jQuery UI滑块样式化并实现到一个项目中。尽管它是响应式的,但滑块不会响应被触摸和拖动的情况。取而代之的是,您必须触摸滑块要移到的位置。我想避免切换到支持触摸和拖动的jQuery移动UI,因为我们已经广泛使用了jQuery(非移动)UI。 我们想要的功能: 这里 我们正在使用什么:这里 在台式机上,您无法分辨出差异。在移动设备上很明显。 有谁知道如何将这种支持添加到jQuery UI? $("#videographers").slider({ value: 2, min: 1, max: 3, step: 1, slide: function(event, ui) { return calcTotal(ui.value); } });
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.