支持 jQuery 和触摸设备的水平滑动滑块?

Horizontal swipe slider with jQuery and touch devices support?(支持 jQuery 和触摸设备的水平滑动滑块?)
本文介绍了支持 jQuery 和触摸设备的水平滑动滑块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要制作一个像这样的产品滑块(见红色区域)以动量滑动滑块.

它应该适用于桌面、iPad 和移动浏览器.你知道任何 jquery/jquery 移动插件来实现这一点.

我想要的效果和这个差不多 太棒了.它几乎适用于任何设备,并且有据可查.个人使用是免费的,但商业网站的许可费用为 20 美元.

touchCarouselRoyalSlider 来自同一作者.这两个有你需要的一切,但也不是免费的,价格在 10-12 美元

I need to make a product slider like this ( see red area ) swipe slider with momentum.

It should work on Desktop, iPad and Mobile browser. Do you know any jquery/jquery mobile plugin to achieve this.

The effect I want is almost similar to this http://manos.malihu.gr/tuts/jquery_thumbnail_scroller.html (but it's not touch compatible)

and exactly like "Top 25" section in Apple's iPad app named "Trailers"

解决方案

In my opinion iosSlider is amazing. It works in almost any device and it is well documented. It's free for personal usage, but for commercial sites license costs $20.

Also a great option is touchCarousel or RoyalSlider from same author. These two have everything you'll need, but also not free and have a price of $10-12

这篇关于支持 jQuery 和触摸设备的水平滑动滑块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)