在我的页面http://www.veniria.esy.es/#veniria我有一个带有 JQuery maphilight 插件的图像映射。在我将主页添加到站点之前,它工作得很好。现在它根本不起作用,就像 JQuery 没有检测到鼠标悬停一样,因为这也不起作用:
$('#linkAbhaeghar').mouseover(function(e) {
$('#abhaegharMap').mouseover();
}).mouseout(function(e) {
$('#abhaegharMap').mouseout();
}).click(function(e) {
e.preventDefault();
});
和右侧的按钮没有突出显示。