请推荐一个 jQuery 插件
我是 jQuery 世界的新手。
我有以下要求,请你们建议哪个 jQuery 插件对我有用。
基本要求:图像旋转器
- 它应该自动旋转......默认时间是5秒......我应该能够更改导航
- 应该在那里的时间(向后/向前)
- 当鼠标悬停在导航上时,它停止动画。
有什么帮助吗?
I'm new in the world of jQuery.
I have below requirements, Could you guys please suggest which jQuery plugin will be useful for me.
Basic Req. : An Image Rotator
- It should auto-rotate it self....by default time is 5 second....I should be able to change the time
- Navigation should be there (back / forth)
- When the mouse hovers over the navigation, it stops animating.
Any help??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://tympanus.net/codrops/2011/07/29/content- rotator/
本教程非常适合您想要做的事情,它有两个示例;一种有自动播放功能,一种没有自动播放功能。使用的插件是 jQuery Mousewheel 插件和 jScrollPane 插件。
http://tympanus.net/codrops/2011/07/29/content-rotator/
This tutorial is pretty good for what you are trying to do, and it has two examples; one with auto-play, one without it. Used plugins are jQuery Mousewheel Plugin and jScrollPane Plugin.
前段时间我创建了 Mosaiqy,一个 jQuery 1.6+ 插件,似乎符合你的描述(我不知道是否可以提供自我推销链接,所以只需在 google 上查找“mosaiqy”)
Some time ago I create Mosaiqy, a jQuery 1.6+ plugin that seems to fit your description (I don't know if I can give a self-promoting link, so just look for "mosaiqy" on google)
你想要实现的目标被称为 jquery 中的 Carousal。有大量可用的插件,您需要进行一些自定义以使其满足您的需求。
您可以查看此LINK
What you are trying to achieve is known as Carousal in jquery. There are a tons of plugins available for this and you need to do some customization to make it fit to your needs.
You might look at this LINK