一个不糟糕的 Jquery 旋转器?
我一直在到处寻找一个简单的 jquery 旋转器,它有下一个/上一个按钮,它会自动淡入 5 个左右的图像......到目前为止,一切都过于复杂,根本不是我想要的,或者它是如此简单除了在图像之间切换之外它没有任何功能...
所以基本上我问是否有人知道 Jquery 图像旋转器并不完全糟糕...哈哈
顺便说一句,这些是我想要它做的事情 会
- 旋转图像
- 自动淡入淡出
- 有下一个和上一个按钮
谢谢
I've been looking all over the place for a simple jquery rotator that has next/prev buttons, that will automatically fade through 5 or so images... so far everything is over complicated and not at all what I want or its so simple that it doesn't have any functionality other than switching between images...
so basically I'm asking if anyone knows of a Jquery image rotator that doesn't completely suck... lol
btw these are the things I would want it to do
- rotate through images automatically
- fade
- have next and prev buttons
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
建立你自己的。这是一个相当简单的脚本。
像这样的东西可能会让你开始:
html:
javascript:
you can see this code with real images (and a some css adjustment) running在 jsFiddle:http://jsfiddle.net/SXcNy/。
Build your own. It's a fairly simple script.
Something like this might get you started:
html:
javascript:
you can see this code with real images (and a few css tweaks) running at jsFiddle: http://jsfiddle.net/SXcNy/.
Easy Slider,简单又棒极了!
http://cssglobe.com/post/5780/easy -slider-17-numeric-navigation-jquery-slider
和演示:
http ://cssglobe.com/lab/easyslider1.7/01.html
http://cssglobe.com/lab/easyslider1.7/02.html
http://cssglobe.com/lab/easyslider1.7/03.html
Easy Slider, its easy and awesome!
http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider
and demos here:
http://cssglobe.com/lab/easyslider1.7/01.html
http://cssglobe.com/lab/easyslider1.7/02.html
http://cssglobe.com/lab/easyslider1.7/03.html
迄今为止我发现的最好的一个是 Zurb 团队的 Orbit。它最近被同化到他们的Foundation 框架中,但您仍然可以< a href="http://www.zurb.com/playground/orbit-jquery-image-slider" rel="nofollow">在此处下载独立插件
代码非常轻量级,放在一边由于提供直观的控制,它有一个与播放/暂停按钮集成的漂亮计时器。迄今为止,免费解决方案的最佳选择。
如果您想购买具有更多口哨/铃声和精美专业过渡效果的东西,您应该查看WOW Slider 或 TN3 画廊
Best one I had found to date is Orbit from the Zurb crew. It recently got assimilated into their Foundation framework, but you can still download the standalone plugin here
The code is VERY lightweight and aside from offering intuitive controls it has a nifty timer integrated with the play/pause button. By far the best choice in terms of a free solution.
If you are looking to pay for something with more whistles/bells and fancy pro transitions, you should check out WOW Slider or TN3 Gallery
为什么 jQuery 网站上的插件对您来说还不够。这有您需要的一切 http://plugins.jquery.com/plugin-tags/image- rotator
这里是演示: http://wowslider.com/jquery- slider-pinboard-fly-demo.html
Why aren't plugins at jQuery website are enough for you. This has all you need http://plugins.jquery.com/plugin-tags/image-rotator
here are demos: http://wowslider.com/jquery-slider-pinboard-fly-demo.html
尝试 jCarousel
http://sorgalla.com/jcarousel/
Try jCarousel
http://sorgalla.com/jcarousel/
我和你有同样的问题,我想要一个简单的图像/内容幻灯片插件,但只能找到带有大量我不需要的功能和皮肤等的插件。所以我制作了 Basic jQuery Slider - 这样我就有了一个可以根据需要扩展的简单插件,而不是使用功能齐全并删除了我不需要的功能。如果您决定尝试一下并遇到任何问题,请告诉我,我会尽力提供帮助。
I had the same problem as you, I wanted a simple image/content slideshow plugin but could only find ones with loads of features and skins etc that I didn't need. So I made Basic jQuery Slider - just so I had a simple plugin I could extend as I needed, rather than using a full featured one and removing features that I didn't need. If you decide to give it a try and have any problems, please let me know and I'll do what I can to help.