📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
src
/
js
📝
tippy.js
← Geri Dön
import tippy, { roundArrow } from "tippy.js"; (function () { "use strict"; // Tooltips $(".tooltip").each(function () { let options = { content: $(this).attr("title"), }; if ($(this).data("trigger") !== undefined) { options.trigger = $(this).data("trigger"); } if ($(this).data("placement") !== undefined) { options.placement = $(this).data("placement"); } if ($(this).data("theme") !== undefined) { options.theme = $(this).data("theme"); } if ($(this).data("tooltip-content") !== undefined) { options.content = $($(this).data("tooltip-content"))[0]; } $(this).removeAttr("title"); tippy(this, { arrow: roundArrow, animation: "shift-away", ...options, }); }); })();
💾 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