📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kurutemizlemescripti.demodesign.com.tr
/
js
📝
switcher.js
← Geri Dön
//=== Switcher panal slide function =====================// jQuery(window).load(function(){ jQuery('.styleswitcher').animate({ 'left': '-170px' }); jQuery('.switch-btn').addClass('closed'); }); jQuery(document).ready(function () { jQuery('.switch-btn').on('click', function () { if (jQuery(this).hasClass('open')) { jQuery(this).addClass('closed'); jQuery(this).removeClass('open'); jQuery('.styleswitcher').animate({ 'left': '-170px' }); } else { if (jQuery(this).hasClass('closed')) { jQuery(this).addClass('open'); jQuery(this).removeClass('closed'); jQuery('.styleswitcher').animate({ 'left': '0' }); } } }); }); //=== Switcher panal slide function END =====================// //=== Color css change function =====================// jQuery( document ).ready(function() { // Block Active jQuery('.color-skins li a').click(function() { jQuery(".color-skins li a").removeClass("active"); jQuery(this).addClass("active"); }); // Color changer jQuery(".skin-1").on('click', function(){ jQuery(".skin").attr("href", "css/skin/skin-1.css"); return false; }); jQuery(".skin-2").on('click', function(){ jQuery(".skin").attr("href", "css/skin/skin-2.css"); return false; }); });
💾 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