$.post('', function(data) { $(div) .html( Object.values(data).join('') ) .find('a.link') .filter(function() { return Boolean(this.attributes); }) .colorbox({rel: 'main-group', open: false, slideshow: true}); });