Search code examples
jquerygallerycolorbox

Adding all image links to a colorbox on the site


I'm using colorbox on: http://www.rheolas.com/tsalapeng

I want to set it to automatically add all colorbox links on a page to a set, so you can browse through them with the left right arrows.

How do I do this?


Solution

  • give the anchor-tag same class name, and call the colorbox with rel parameter like this :

    $(".classname").colorbox({rel:'classname'});