📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
belediyescripti.demodesign.com.tr
/
_class
/
js
📝
main.js
← Geri Dön
$(function() { "use strict"; /* ========================================================================== On Scroll animation ========================================================================== */ if ($(window).width() > 992) { new WOW().init(); }; /* ========================================================================== Textrotator ========================================================================== */ $(".rotate").textrotator({ animation: "dissolve", separator: ",", speed: 2500 }); /* ========================================================================== ScrollTop Button ========================================================================== */ $(window).scroll(function() { if ($(this).scrollTop() > 200) { $('.scroll-top a').fadeIn(200); } else { $('.scroll-top a').fadeOut(200); } }); $('.scroll-top a').click(function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: 0 }, 1000); }); });
💾 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