📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv6.demodesign.com.tr
/
panel
/
assets
/
plugins
/
counters
📝
counter.js
← Geri Dön
$( function() { //Counters $('.counter').countUp(); // count up $( '#timer-countup' ).countdown( { from: 0, to: 180 } ); // count in-between $( '#timer-countinbetween' ).countdown( { from: 60, to: 20 } ); // counter callback $( '#timer-countercallback' ).countdown( { from: 60, to: 0, timerEnd: function() { this.animate( { 'opacity':.5 }, 500 ).css( { 'text-decoration':'line-through' } ); } } ); // changed output patterns $( '#timer-outputpattern' ).countdown( { outputPattern: '$day Days $hour Hours $minute Minute $second Seconds', from: 60 * 60 * 24 * 3 } ); });
💾 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