gpt4 book ai didi

javascript - Concrete5 和 jVector 贴图

转载 作者:行者123 更新时间:2023-11-28 08:35:19 25 4
gpt4 key购买 nike

我正在使用jvector maps客户网站上的 map ,他们知道希望我将其转换为 Concrete5,以便他们可以自行编辑。一切都很顺利,直到我尝试重新创建我使用 jVector map 的页面。当我弹出以下脚本时,该脚本允许我使用 map 并在悬停时为不同部分着色,从而使混凝土5管理部分的“编辑”部分停止工作,这意味着我无法看到编辑栏/按钮,或者如果我已经处于编辑模式,实际上无法单击可编辑区域。这是我正在讨论的脚本:

$(function(){
$('#world-map').vectorMap({
map: 'world_merc_en',
backgroundColor:'#FFF',
onRegionClick: function(event, code) {
if (code === 'US') {
window.location = 'espiner/index.php/global-medical-partners'
}else if (code === 'CA') {
window.location = 'espiner/index.php/medivogue'
}else if (code === 'ES') {
window.location = 'espiner/index.php/prim'
}else if (code === 'GB') {
window.location = 'espiner/index.php/fannin'
}else if (code === 'NO') {
window.location = 'espiner/index.php/endotech'
}else if (code === 'FI') {
window.location = 'espiner/index.php/endotec-oy'
} else if (code === 'NL') {
window.location = 'espiner/index.php/medicor'
}else if (code === 'DE') {
window.location = 'espiner/index.php/ifm-gerbershagen'
}else if (code === 'PL') {
window.location = 'espiner/index.php/surg-tech'
}else if (code === 'CH') {
window.location = 'espiner/index.php/rey-medical'
}else if (code === 'AT') {
window.location = 'espiner/index.php/dach-medical-group-gmbh'
}else if (code === 'IT') {
window.location = 'espiner/index.php/ab-medica-Spa'
}else if (code === 'HR') {
window.location = 'espiner/index.php/doctum'
}else if (code === 'GR') {
window.location = 'espiner/index.php/surgilife-ltd'
}else if (code === 'SA') {
window.location = 'espiner/index.php/trustmed'
}else if (code === 'CN') {
window.location = 'espiner/index.php/medical-distrubutor-alliance'
}else if (code === 'MY') {
window.location = 'espiner/index.php/wsm-medic-enterprise'
}else if (code === 'ES') {
window.location = 'espiner/index.php/prim'
}else if (code === 'AU') {
window.location = 'espiner/index.php/emt-Healthcare'
}else if (code === 'NZ') {
window.location = 'espiner/index.php/ebos-Healthcare'
}
},
regionStyle: {
initial: {
fill: '#b1b3b6',
stroke: '#FFF'
}
},
series: {
regions: [{
values: {
US:'#002E6D',
CA:'#002E6D',
ES:'#002E6D',
GB:'#002E6D',
NO:'#002E6D',
FI:'#002E6D',
NL:'#002E6D',
DE:'#002E6D',
PL:'#002E6D',
CH:'#002E6D',
AT:'#002E6D',
IT:'#002E6D',
HR:'#002E6D',
GR:'#002E6D',
SA:'#002E6D',
CN:'#002E6D',
MY:'#002E6D',
AU:'#002E6D',
NZ:'#002E6D',
XX:'#002E6D',
}
}]
}
});
});

谁能帮忙指出C5不喜欢的部分,我认为它的实际功能是:$('#world-map').vectorMap({但不知道如何解决它。

最佳答案

这个问题经常发生,因为脚本或其他代码与 C5 的 jquery 并行独立地加载 jQuery。您可能想检查情况是否并非如此。

关于javascript - Concrete5 和 jVector 贴图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21306846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com