📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
adisyonscripti.demodesign.com.tr
/
admin
/
assets
/
js
/
plugins-init
📝
jqvmap-init.js
← Geri Dön
(function ($) { "use strict" /******************* jQvectormap *******************/ $('#world-map').vectorMap({ map: 'world_en', backgroundColor: 'transparent', borderColor: 'rgb(239, 242, 244)', borderOpacity: 0.25, borderWidth: 1, color: 'rgb(239, 242, 244)', enableZoom: true, hoverColor: 'rgba(239, 242, 244 0.9)', hoverOpacity: null, normalizeFunction: 'linear', scaleColors: ['#b6d6ff', '#005ace'], selectedColor: 'rgba(239, 242, 244 0.9)', selectedRegions: null, showTooltip: true, onRegionClick: function(element, code, region) { var message = 'You clicked "' + region + '" which has the code: ' + code.toUpperCase(); alert(message); } }); $('#usa').vectorMap({ map: 'usa_en', backgroundColor: 'transparent', borderColor: 'rgb(239, 242, 244)', borderOpacity: 0.25, borderWidth: 1, color: 'rgb(239, 242, 244)', enableZoom: true, hoverColor: 'rgba(239, 242, 244 0.9)', hoverOpacity: null, normalizeFunction: 'linear', scaleColors: ['#b6d6ff', '#005ace'], selectedColor: 'rgba(239, 242, 244 0.9)', selectedRegions: null, showTooltip: true, onRegionClick: function(element, code, region) { var message = 'You clicked "' + region + '" which has the code: ' + code.toUpperCase(); alert(message); } }); })(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