Forums
(@rafaelias)
11 years ago
Resolved it by changing reload code to:
jQuery(document).ready(function () { jQuery(“.gallery1 a”); jQuery(“.gallery1 a”).colorbox({title: function(){ return jQuery(this).children().attr(“alt”); }}); });