agente_secreto
agente_secreto

Reputation: 8079

Looking for a fullscreen jQuery slider for HTML content

I know there are hundreds of jquery sliders out there, but that is what makes it difficult to find one for a specific situation.

I need one similar to Supersized but for HTML content, not only images. So what I need is:

My plan is to use it with AJAX to load wordpress content, so if it has AJAX requests built in, even better.

Upvotes: 6

Views: 18639

Answers (4)

Nic Aitch
Nic Aitch

Reputation: 628

I created Superslides (demo) for this purpose. It's designed to take any kind of content, and doesn't force a specific markup structure. I don't think you'll be able to append slides after it's been initialized though. However, you could load all the slides with AJAX, then initialize it.

Upvotes: 5

Zach Lysobey
Zach Lysobey

Reputation: 15724

I like flexslider http://www.woothemes.com/flexslider/ its responsive, so would probably work well for full screen after a couple tweaks

Upvotes: 0

Related Questions