gpt4 book ai didi

html - 如何在悬停时发出声音效果

转载 作者:太空宇宙 更新时间:2023-11-04 15:01:07 26 4
gpt4 key购买 nike

我有菜单...如下所示

我想在悬停时提供音效

<ul id="menu" class="nav">
<li>
<a href="#">Home</a>
<audio id="sound" controls preload="auto"><source src="http://soundbible.com/mp3/MP5_SMG-GunGuru-703432894.mp3" controls></source></audio>
</li>
<li><a href="#">About</a></li>
<li><a href="#">Clients</a></li>
<li><a href="#">Contact Us</a></li>
</ul>

我想在悬停时提供音效

最佳答案

您可以使用jQuery mouseover() mouseenter()开始音频和 mouseleave() mouseout() 禁用音频效果。

Try once. it's working for me

关于html - 如何在悬停时发出声音效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34088474/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com