通过将鼠标悬停在标签上来更改图像源
我的网页上有多个标签,我希望当我将鼠标悬停在该标签上时,其他 div 中的图像应根据悬停的标签而变化。
任何帮助将不胜感激。
- 斯贾因
I have multiple labels on a bar my web page and I want when I hover on that label, image in other div should change based on the label being hovered.
Any help would be highly appreciared.
- Sjain
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用流行的 javascript 库 jQuery,您可以相当轻松地做到这一点:
-- 示例 HTML
-- 对应的 jQuery
With jQuery, the popular javascript library, you could do it rather easily:
-- Sample HTML
-- Corresponding jQuery