适合移动设备的 jQuery 滑块,无需捆绑整个移动库?
我有一个正在运行的 Web 应用程序,它使用 jQuery UI 默认滑块。
我收到用户的投诉,称滑块在移动设备上无法正常工作(似乎您必须点击而不是拖动才能让它们工作)。
有谁知道一个在移动设备上运行良好的 jQuery 滑块插件吗?
显然我可以使用 jQuery Mobile 框架中的滑块 或其他移动库,但是我不愿意仅仅为了一个滑块而将整个移动框架添加到我的网站!
感谢您的帮助。
I have a working web application that makes use of the jQuery UI default slider.
I'm getting complaints from users that the sliders don't work well on mobile (seems you have to tap, rather than drag, to get them to work).
Does anyone know a jQuery slider plugin that works well on mobile?
Obviously I could use the slider in the jQuery Mobile framework, or another mobile library, but I'm unwilling to add an entire mobile framework to my site just for the sake of one slider!
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一个旧线程,但如果现在有人遇到它,我强烈建议使用 noUiSlider。它在移动设备上运行良好,并且配置非常简单。
I am aware that this is an old thread but in case anyone comes across it now I would highly recommend using noUiSlider. It works well on mobiles and is really simple to configure.
Swiper.js 在移动滑块方面非常有用。它具有大量的功能并且非常灵活。
Swiper.js is very useful when it comes to mobile slider. It has vast amount of features and it is very flexible.