📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
demo
📝
ui-buttons.js
← Geri Dön
// Buttons.js // ==================================================================== // This file should not be included in your project. // This is just a sample how to initialize plugins or components. // // - ThemeOn.net - $(document).on('nifty.ready', function() { // STATE BUTTON // ================================================================= // Require Bootstrap Button // ----------------------------------------------------------------- // http://getbootstrap.com/javascript/#buttons // ================================================================= $('#demo-state-btn').on('click', function () { var btn = $(this).button('loading') // business logic... var doSomething = setTimeout(function(){ clearTimeout(doSomething); btn.button('reset') }, 3000); }); });
💾 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