I\'m trying to open a jQuery Colorbox from a link outside the rest of the colorbox images. So, all of the examples look like this:
Try this:
$(".link-to-click").click(function() { $("a.colorbox-link").colorbox({open:true, rel:'colorbox-class-group'}); });