📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
pages
📝
gallery.js
← Geri Dön
//[Javascript] //Project: Crypto Admin - Responsive Admin Template $(function () { 'use strict'; $(document).ready(function($) { // delegate calls to data-toggle="lightbox" $(document).delegate('*[data-toggle="lightbox"]:not([data-gallery="navigateTo"])', 'click', function(event) { event.preventDefault(); return $(this).ekkoLightbox({ onShown: function() { if (window.console) { return console.log('Checking our the events huh?'); } }, onNavigate: function(direction, itemIndex) { if (window.console) { return console.log('Navigating ' + direction + '. Current item: ' + itemIndex); } } }); }); //Programatically call $('#open-image').click(function(e) { e.preventDefault(); $(this).ekkoLightbox(); }); $('#open-youtube').click(function(e) { e.preventDefault(); $(this).ekkoLightbox(); }); // navigateTo $(document).delegate('*[data-gallery="navigateTo"]', 'click', function(event) { event.preventDefault(); var lb; return $(this).ekkoLightbox({ onShown: function() { lb = this; $(lb.modal_content).on('click', '.modal-footer a', function(e) { e.preventDefault(); lb.navigateTo(2); }); } }); }); }); }); // 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