标签: javascript svg
我在下面有这个SVG用于汽车布局,如何将其作为可点击的分离对象just like how did this guy make wit the map?
https://svgshare.com/i/6BM.svg
我的目标是让用户能够通过鼠标点击标记汽车的损坏部分,但我不知道如何实现这一目标的最佳方式。
答案 0 :(得分:-1)
我最终在每条路径上使用类来检测悬停效果,以及简单的jQuery单击侦听器。