JQuery n00b: Image fader

Out of context: Reply #7

  • Started
  • Last post
  • 7 Responses
  • thismanslife0

    Just got a REALLY nice email from the creator of "Showcase" as I linked to above - turns out it CAN do exactly what I want, plus a lot of other customisable aspects I hadn't realised!

    "I wrote to you only to say that you CAN do what you need.
    As you can see in the documentation (http://plugins.jquery.com/proje... there are two ways to define the imagelist: by script or by a sequence of anchor tag containing the images, inside your div. Something like:

    [div id='showcase']
    [a href='...'][<img /][/a]
    [a href='...'][<img /][/a]
    [a href='...'][<img /][/a]
    [/div]

    etc...

    Just omit the parameter "images", and use $("#showcase").showcase({ ...other options... });

    I hope this helps you!"

    ...So there you have it! Thanks to Eros :)

View thread