Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Gallery Increment

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35239
    Attila Hajzer
    Participant

    http://jsfiddle.net/attilahajzer/7g8WS/

    How do i make the gallery incriment work?

    P.S. This time I wont be ignoring @Mottie.

    #90968
    Mottie
    Member

    YAY @ not being ignored ;)

    I’m not sure what you mean by increment, all I see in that demo are image (that aren’t showing for me for some reason) and a button to show the hidden ones. So, I have a few questions ;)

    Do you want to use a jQuery plugin, or do you want it pure css?

    Where does the increment start?

    How do you want to display the image? In a light box, or just a larger image next to the thumbs?

    How would the increment work? Do you want previous and next buttons? click on the image to advance? mousewheel or swipe navigation?

    What is the airspeed velocity of an unladen swallow?

    #90995
    Mottie
    Member

    Whoa! I’m not gonna do all the work for you! And I’m still learning css3, so I’m not able to throw that out there, I was just asking and I have my own stuff to do too ;)

    But I will give you a nudge in the right direction… try this $(".hidden:hidden:lt(3)").show();

    I’ve also done some minor things to the demo.

    * Sigh, and you’re not even a Monty Python fan.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.