Looking for a fullscreen jQuery slider for HTML content

18,580

Solution 1

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.

Solution 2

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.

Solution 3

http://nicinabox.github.com/superslides/

Share:
18,580
agente_secreto
Author by

agente_secreto

Updated on June 12, 2022

Comments

  • agente_secreto
    agente_secreto almost 2 years

    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.

  • m.edmondson
    m.edmondson almost 12 years
    Can you write a bit more about it?
  • apaderno
    apaderno almost 12 years
    Answers with just a link are not considered answers, on Stack Exchange.
  • cereallarceny
    cereallarceny almost 12 years
    Hell yes, this is an absolutely awesome plugin Nic. Great work!
  • Zeeshan
    Zeeshan about 10 years
    @nic-aitch : Does it work with AngularJS (precisely ng-repeat)? Sorry to bug you after couple of years, I have found Superslides quite useful, but I am unable to make it work with AngularJS unfortunately.
  • Nic Aitch
    Nic Aitch about 10 years
    Sorry, it's been quite a while since I've touched it and I've only barely worked with Angular in production. Presumably you should be able to build the template with any lib and initialize superslides after.