使用 jquery 模拟 CSS 悬停状态
我想知道是否有一种方法可以让 jquery 或其他技术监听事件 X,然后在其他地方模拟不同的事件。
我现在的情况是,我有一个带有图像映射的图像,如果用户将鼠标悬停在图像映射的映射区域上,我希望内容的相关部分更改状态(在本例中激活悬停状态) 。
I would like to know if there is a way that jquery or some other technology can listen for event X and then simulate a different event somewhere else.
The situation I have right now is that I have an image with an image map, and if the user hovers over a mapped area of the image map I want a related part of the content to change states ( in this case activate the hover state ).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请记住,您的所有内容都是客户端内容,否则请发出 AJAX 请求并进行相应分配。
Keeping in mind all your content is client-side, otherwise make an AJAX request and assign accordingly.