gpt4 book ai didi

jquery 淡入淡出效果在 FF 中不起作用

转载 作者:行者123 更新时间:2023-12-01 00:37:36 26 4
gpt4 key购买 nike

这段代码在 IE 中淡化了 div 效果。在 Firefox 3.0.8 中,随着淡入淡出时间的推移,div 会立即消失。我找不到任何人提到这个问题。

   $(function() {
$("#show").click(function() {
$("#show").fadeOut('slow');
});
});


<div id="show">this is where to show it</div>

最佳答案

我整个早上都在为这个问题苦苦思索,终于找到了我的问题......标题为“Scripts/jquery-1.3.2-vsdoc.js”

/* * This file has been commented to support Visual Studio Intellisense. * You should not use this file at runtime inside the browser--it is only * intended to be used only for design-time IntelliSense.  Please use the * standard jQuery library for all production use. * * Comment version: 1.3.2a */

当他们说“你不应该在浏览器内运行时使用这个文件”时,他们确实是这么说的......

所以请确保您使用的是非-vsdoc版本的jquery和jquery-min

关于jquery 淡入淡出效果在 FF 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/748113/

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