对于具有自动高度和自定义上一个/下一个导航的简单 jquery 滑块有什么建议吗?

发布于 2024-11-15 04:08:53 字数 585 浏览 2 评论 0原文

我在寻找一个不错的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落花浅忆 2024-11-22 04:08:53

这是我最喜欢的:

http://jquery.malsup.com/cycle/lite/

您可以将所有推荐放在一个列表中,然后在加载 js 后执行以下操作:

$(".slideshow").cycle();

它会让每个推荐都有自己的高度,我相信它也可以执行下一个/上一个。

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:

$(".slideshow").cycle();

It will let each testimonial have it's own height and i believe it does next/prev too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文