gpt4 book ai didi

jquery - .animate 在 IE 中不起作用

转载 作者:行者123 更新时间:2023-12-01 07:21:46 26 4
gpt4 key购买 nike

我有一些脚本:

$(window).load(function(){
$("#kontakt_kontakt").hover(
function(){
$("#kontakt").animate({left: '',bottom: '+=60'}, 440);
},
function(){
$("#kontakt").animate({left: '',bottom: '-=60'}, 440);
});

});

悬停时,它会使 img 向上移动几个像素。在 chrome 中工作得很好,但在 IE 中却不起作用——只是什么也没发生。有人知道如何解决它吗?您可以在这里查看:http://kafior.mydevil.net/index.html

最佳答案

您遇到此错误:

TypeError: element.dispatchEvent is not a function

element.dispatchEvent(event);

在您的prototype.js文件中,您包含了几个版本的jQuery和prototype,并且这两个框架都使用$,您需要查看noConflict jQuery 中的方法,您确实应该尝试删除尽可能多的 jQuery 版本,没有真正的理由需要下载 2-3 个版本的 jQuery。

关于jquery - .animate 在 IE 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12930005/

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