对于具有自动高度和自定义上一个/下一个导航的简单 jquery 滑块有什么建议吗?
我在寻找一个不错的 jquery 小插件时遇到了一些麻烦,该插件可以让我在我的网站上滑动推荐。
推荐的长度可能不同,因此理想情况下,我希望滑块能够根据推荐的长度自动调整。
我还非常希望能够创建自定义上一个/下一个链接,以便我可以将它们放置在我想要的位置并按照我喜欢的方式设置它们的样式。
到目前为止我已经找到了这对:
http://slidesjs.com/ (自动高度:是 | 自定义上一个/下一个链接:否)
http://webbies.dk/SudoSlider/ (自动高度:是|自定义上一个/下一个:是)
第二个选项看起来可能适合我想要的,因为它具有自动高度功能和自定义上一个/下一个链接功能。
如果有人有任何其他建议,我将非常感激听到他们。
那里似乎有大量的 jquery 滑块,但我发现满足这些要求的很少。
任何帮助将不胜感激:o)
I'm having a bit of trouble finding a nice little jquery plugin that would allow me to slide through testimonials on my website.
The testimonials could be different lengths, so ideally I would like the slider to be able to auto adjust depending on the length of the testimonial.
I would also really like to be able to create custom prev/next links, so that I can place them where ever I want and style them how I like.
I've found these couple so far:
http://slidesjs.com/ (auto-height: yes | custom prev/next links: no)
http://webbies.dk/SudoSlider/ (auto-height: yes | custom prev/next: yes)
The second option looks like it may suit what I want, as it has both the auto-heigh ability and the custom prev/next links ability.
If anyone has any other suggestions though, I would be very grateful to hear them.
There seems to be loads of jquery sliders out there, but I can find very few with these requirements.
Any help would be greatly appreciated :o)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我最喜欢的:
http://jquery.malsup.com/cycle/lite/
您可以将所有推荐放在一个列表中,然后在加载 js 后执行以下操作:
它会让每个推荐都有自己的高度,我相信它也可以执行下一个/上一个。
This one is my favorite:
http://jquery.malsup.com/cycle/lite/
you can put the testimonials all in a list and them after loading the js do:
It will let each testimonial have it's own height and i believe it does next/prev too.