Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

  • Optimized for full screen
  • Support fot HTML content
  • The slide animation in this example of Supersized

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

like image 303
agente_secreto Avatar asked Aug 02 '11 10:08

agente_secreto


2 Answers

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.

like image 66
Nic Aitch Avatar answered Oct 16 '22 20:10

Nic Aitch


Try these:

  1. http://css-tricks.com/3412-anythingslider-jquery-plugin/

  2. http://brenelz.com/blog/build-a-content-slider-with-jquery/

  3. http://codecanyon.net/item/fss-full-screen-sliding-website-plugin/159103?ref=lydian&clickthrough_id=27905824&redirect_back=true

They are not exactly like Supersized but you can modify them.

like image 1
key2 Avatar answered Oct 16 '22 21:10

key2