Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有两个并排显示的不同地图(用于不同的图像),我可以使用maphilight相同类别的每个地图突出显示区域吗?
maphilight
我正在寻找类似于如何groupBy在一张地图上工作的东西。
groupBy
我找到了查询的答案(双关语)。
使用name标签将区域链接在一起(如果您在一张图像中有多个区域使用 分组groupBy,则仅在其中一个区域上使用名称标签。否则,它将导致多重悬停效果并导致高光变暗重叠)。
name
然后在 jQuery 中,使用 $('area[name="foo"]').mouseover();
$('area[name="foo"]').mouseover();