gpt4 book ai didi

jquery - IE 在调用 fadeOut 时崩溃

转载 作者:行者123 更新时间:2023-12-01 05:59:01 25 4
gpt4 key购买 nike

虽然听起来很奇怪,但其实就是这么简单。我不明白为什么,但如果我评论它的淡入淡出就不会崩溃并且工作完美。

在 IE 8 和 9 中结果相同

当我说崩溃时,我的意思是我收到以下消息(Windows 7):

Internet Explorer has stopped working, windows will look for solution

我认为你不想看到整个代码,因为涉及很多 JS,但相关部分是:

$('#add_image_upload').fadeOut(1000, function(){
}); // has some commented code inside

html:

    <div id="add_image_upload">
<form action="http://localhost/ci/index.php/do_upload"
method="post" accept-charset="utf-8" enctype="multipart/form-data">
<span id="fileinput_button_label">TEXT</span>
<input type="file" name="userfile" id="fileupload_input" multiple="">
</form>
</div>

谁知道这可能是什么原因造成的?是否与内存大小有关,因为我确实如此这个页面有很多 jQuery 效果吗?

最佳答案

显然,在输出一些 HTML 时,我忘记在结束标记中添加/,其他浏览器会自动更正它,因此它可以工作,但 IE 却不能。

如果发生这种情况,请确保您的 HTML 有效。

关于jquery - IE 在调用 fadeOut 时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12958366/

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