Vous êtes un professionnel de la piscine, contactez nous afin d’obtenir des information sur nos produits.
$(document).ready(function() {
// Az izotóp inicializáló kódja itt
var $container = $('#your-isotope-container'); // Cserélje ki a konténer azonosítójára.
if ($container.length > 0) { // Ellenőrizze, hogy a tároló létezik-e.
$container.isotope({
// Az izotóp beállításai
});
} else {
console.error("Isotóp konténer nem található!");
}
});