鼠标悬停调用多个脚本
我的网站使用了两种不同的脚本。一种适用于现代浏览器,另一种适用于 IE。
两者都使用鼠标悬停。我如何调用这两个脚本?我的代码是:
onmouseover="mouseoversound.playclip(); playSound(0);"
这不起作用,但我不确定如何调用两者。
I am using 2 different scripts for a site of mine. One for modern browsers and one for IE.
Both use mouseover. How do I call both scripts? My code is:
onmouseover="mouseoversound.playclip(); playSound(0);"
That does not work yet I am unsure how to call both.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以像这样检测IE,
In Play功能检测浏览器( http://www.javascriptkit. com/javatutors/navigator.shtml )并调用相关函数,
you can detect the IE like this,
In Play function detect the browser ( http://www.javascriptkit.com/javatutors/navigator.shtml ) and call relevant function,