当自动完成功能在 jquery 中可见时播放噪音
我希望能够在自动完成框可见时执行 jquery。 我希望能够从该页面听到这种噪音 http://www.wav-sounds.com/various/beep.wav
到目前为止,我的函数已经有了这段代码,并且自动完成功能可以正常工作。我只是不知道如何将可见的噪音包含在内。
$("input[name=search]").live('focus', function() {
$(this).autocomplete({
source: myData,
})
});
任何帮助将不胜感激! 谢谢!
I want to be able to perform a jquery for when an autocomplete box is visible.
I want to be able to hear this noise from this page
http://www.wav-sounds.com/various/beep.wav
I have this code for my function so far, and the autocomplete works. I just dont know how to include that noise when it is visible.
$("input[name=search]").live('focus', function() {
$(this).autocomplete({
source: myData,
})
});
Any help would be greatly appreciated!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您指的是来自以下插件: http://docs.jquery.com/Plugins/autocomplete ?
如果是这样,页面底部的示例看起来会对您有所帮助。
I assume you mean the plugin from: http://docs.jquery.com/Plugins/autocomplete ?
If so, the example at the bottom of the page looks like it will assist you.
您可以使用
JavaScript 声音管理器
或 jplayer
You can use
JavaScript Sound Manager
or jplayer