Galerie

'); $container.show(); $('.stanektech-gallery-categories').hide(); }, success: function(response) { if (response.success) { $content.html(response.data); // Inicializace lightbox if (typeof lightbox !== 'undefined') { lightbox.option({ 'resizeDuration': 300, 'wrapAround': true, 'disableScrolling': true }); } } else { $content.html(''); } }, error: function() { $content.html(''); } }); }); // Kliknutí na "Zpět na kategorie" $('.stanektech-gallery-back-link').on('click', function(e) { e.preventDefault(); $(this).closest('.stanektech-gallery-container').hide(); $('.stanektech-gallery-categories').show(); }); }); })(jQuery);