📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
firmarehberiv1.demodesign.com.tr
/
assets
/
js
📝
showmore.js
← Geri Dön
(function($) { "use strict"; $('#container').showmore({ closedHeight: 200, buttonTextMore: 'Show more', buttonTextLess: 'Close', buttonCssClass: 'showmore-button', animationSpeed: 0.5 }); $('#container1').showmore({ closedHeight: 350, buttonTextMore: 'Show more', buttonTextLess: 'Close', buttonCssClass: 'showmore-button', animationSpeed: 0.5 }); $('#container2').showmore({ closedHeight: 280, buttonTextMore: 'Show more', buttonTextLess: 'Close', buttonCssClass: 'showmore-button', animationSpeed: 0.5 }); $('.hide-details').showmore({ closedHeight: 115, buttonTextMore: 'Show more', buttonTextLess: 'Close', buttonCssClass: 'showmore-button1', animationSpeed: 0.5 }); if (document.documentElement.clientWidth < 900) { $('#container1').showmore({ closedHeight: 450, buttonTextMore: 'Show more', buttonTextLess: 'Close', buttonCssClass: 'showmore-button', animationSpeed: 0.5 }); } $( "#mySlider" ).slider({ range: true, min: 10, max: 999, values: [ 200, 500 ], slide: function( event, ui ) { $( "#price" ).val( "$" + ui.values[ 0 ] + " - $" + ui.values[ 1 ] ); } }); $( "#price" ).val( "$" + $( "#mySlider" ).slider( "values", 0 ) + " - $" + $( "#mySlider" ).slider( "values", 1 ) ); })(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