📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
b2be-ticaretscripti.demodesign.com.tr
/
boss
/
datas
/
js
/
product
📝
custom-product.js
← Geri Dön
var swiper = new Swiper('.swiper-container', { slidesPerView: 1, spaceBetween: 10, loop: true, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); document.querySelectorAll(".filter-toggle").forEach(function(element) { element.addEventListener("click", function() { document.querySelectorAll(".product-sidebar").forEach(function(sidebar) { sidebar.classList.toggle("open"); }); }); });
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula