Ce produit est compatible avec les robots 8STREME 7310, Black Pearl, Catfish, I-Qualer, Klinwass, Lynx ES10, Malibu, Pontaqua Phantom, Power 4.0, Remora, Scooby, Tebas …
Ce produit est compatible avec les robots 8STREME 7310, Black Pearl, Catfish, I-Qualer, Klinwass, Lynx ES10, Malibu, Pontaqua Phantom, Power 4.0, Remora, Scooby, Tebas …
$(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ó!");
}
});