📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
makalesatisscripti.demodesign.com.tr
/
system
/
theme
/
js
📝
dragula.js
← Geri Dön
(function($) { 'use strict'; var iconTochange; dragula([document.getElementById("dragula-left"), document.getElementById("dragula-right")]); dragula([document.getElementById("profile-list-left"), document.getElementById("profile-list-right")]); dragula([document.getElementById("dragula-event-left"), document.getElementById("dragula-event-right")]) .on('drop', function(el) { console.log($(el)); iconTochange = $(el).find('.ti'); if (iconTochange.hasClass('ti-pin-alt')) { iconTochange.removeClass('ti-pin-alt text-primary').addClass('ti-time text-success'); } else if (iconTochange.hasClass('ti-time')) { iconTochange.removeClass('ti-time text-success').addClass('ti-pin-alt text-primary'); } }) })(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