Ce produit est compatible avec les robots 8STREME 7310, 8STREME 7320, Black Pearl, Catfish, I-Qualer, Klinwass, Lynx ES10, Malibu, Pontaqua Phantom, Power 4.0, Power 4.0 Plus, Remora, Scooby, Tebas …
Ce produit est compatible avec les robots 8STREME 7310, 8STREME 7320, Black Pearl, Catfish, I-Qualer, Klinwass, Lynx ES10, Malibu, Pontaqua Phantom, Power 4.0, Power 4.0 Plus, Remora, Scooby, Tebas …
$(document).ready(function() {
// Il codice di inizializzazione di Isotope è qui
var $container = $('#your-isotope-container'); // Sostituire con l'ID del proprio contenitore
if ($container.length > 0) { // Controlla se il contenitore esiste
$container.isotope({
// Le opzioni dell'isotopo
});
} else {
console.error("Contenitore isotopo non trovato!");
}
});