好的,我正在使用 Ajax 调用 PHP 进行文件上传。
else if (in_array($file_extn, $allowed)=== false){
echo '<script type = "text/javascript">window.alert("The only file types allowed are .jpg, .gif, .png");</script>';
echo '<script type = "text/javascript">$(document).ready(function(){$.parent("#loadimg").fadeOut();});</script>';
}
警报没有问题,但第二个回声不起作用。它不会淡出 ID。问题是什么?