📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv5.demodesign.com.tr
/
panel
/
assets
/
js
📝
left-menu.js
← Geri Dön
(function($) { "use strict"; //Active Class $(".app-sidebar #sidemenu-Tab a").each(function() { var pageUrl = window.location.href.split(/[?#]/)[0]; if (this.href == pageUrl) { $(this).addClass("active"); $(this).parent().parent().parent().addClass("active"); // add active to li of the current link $(this).parent().parent().prev().addClass("active"); // add active class to an anchor $(this).parent().parent().prev().click(); // click the item to make it drop } }); // VerticalTab $('#sidemenu-Tab').easyResponsiveTabs({ type: 'vertical', width: 'auto', fit: true, closed: 'accordion', tabidentify: 'hor_1', activate: function(event) { var $tab = $(this); var $info = $('#nested-tabInfo2'); var $name = $('span', $info); $name.text($tab.text()); $info.show(); } }); })(jQuery);
💾 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