📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
pages
📝
notification.js
← Geri Dön
//[avascript] //Project: Crypto Admin - Responsive Admin Template $(function () { 'use strict'; //Alerts $(".myadmin-alert .closed").click(function(event) { $(this).parents(".myadmin-alert").fadeToggle(350); return false; }); /* Click to close */ $(".myadmin-alert-click").click(function(event) { $(this).fadeToggle(350); return false; }); $(".showtop").click(function() { $(".alerttop").fadeToggle(350); }); $(".showtop2").click(function() { $(".alerttop2").fadeToggle(350); }); /** Alert Position Bottom **/ $(".showbottom").click(function() { $(".alertbottom").fadeToggle(350); }); $(".showbottom2").click(function() { $(".alertbottom2").fadeToggle(350); }); /** Alert Position Top Left **/ $("#showtopleft").click(function() { $("#alerttopleft").fadeToggle(350); }); /** Alert Position Top Right **/ $("#showtopright").click(function() { $("#alerttopright").fadeToggle(350); }); /** Alert Position Bottom Left **/ $("#showbottomleft").click(function() { $("#alertbottomleft").fadeToggle(350); }); /** Alert Position Bottom Right **/ $("#showbottomright").click(function() { $("#alertbottomright").fadeToggle(350); }); }); // End of use strict
💾 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