如何在给定的代码中附加鼠标悬停事件?
我正在尝试使用 http://demo.tutorialzine.com/2011 /06/beautiful-portfolio-html5-jquery/ 有一个教程页面@ http://tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/
我想添加鼠标悬停事件或单击事件,但我的代码不起作用。
$("ul#stage li").click(function() {
alert("Over")
});
我在文档就绪功能中添加了该事件,但不起作用。请帮忙。我为“悬停”事件尝试了类似的代码。
I am trying to use http://demo.tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/ which is having a tutorial page @ http://tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/
I want to add mouse over event or click event, but my code is not working.
$("ul#stage li").click(function() {
alert("Over")
});
I added the event in document ready function, but not working. Please help. I tried similar code for 'hover' event.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或对于这两个事件
or for both events