gpt4 book ai didi

javascript - 在 jsfiddle 中有效,但在 Dreamweaver 中无效

转载 作者:太空宇宙 更新时间:2023-11-04 14:04:42 25 4
gpt4 key购买 nike

我从 JS Fiddle 了解到,我必须将事件处理程序放回原处才能在 Dreamweaver 中工作,我已经将它放回原处,但它仍然无法正常工作?这是演示:http://jsfiddle.net/EfLJJ/6/

这是我的 JS 代码:

$(document).ready(function() {
$(".list .fs1").bind({
mouseenter:function(){
$(".sublist").show();
},
mouseleave: function(){
$(".sublist").hide();
}
});
});

最佳答案

将 jQuery 库添加到您的脚本中。

将此代码放入 <head>您页面的标签:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

关于javascript - 在 jsfiddle 中有效,但在 Dreamweaver 中无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21222513/

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