Any suggestions for a simple jquery slider with auto height and custom version prev / next?

I am having trouble finding a good jquery plugin that will allow me to crawl reviews on my site.

Reviews may differ from each other, so ideally I would like the slider to automatically adjust depending on the length of the review.

I would also really like to create custom previous / next links so that I can post them where I want and style them the way I like.

I have found these pairs so far:

http://slidesjs.com/ (auto-height: yes | user previous / next links: no)

http://webbies.dk/SudoSlider/ (auto-height: yes | custom prev / next: yes)

The second option looks as if it can correspond to what I want, since it has both the ability to automatically raise and the custom function prev / next links.

If anyone has any other suggestions, I would really appreciate hearing them.

There seems to be a lot of jquery sliders, but I can find very few with these requirements.

Any help would be greatly appreciated: o)

+8
jquery jquery-plugins slideshow
source share
1 answer

This is my favorite:

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

you can put reviews in the list and after loading js do:

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

This will allow each evidence to have its own height, and I believe that it does the next / prev too.

+1
source share

All Articles