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.
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.
Try these:
http://css-tricks.com/3412-anythingslider-jquery-plugin/
http://brenelz.com/blog/build-a-content-slider-with-jquery/
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.
http://nicinabox.github.com/superslides/
I like flexslider http://www.woothemes.com/flexslider/ its responsive, so would probably work well for full screen after a couple tweaks
精彩评论