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?
give the anchor-tag same class name, and call the colorbox with rel parameter like this :
$(".classname").colorbox({rel:'classname'});