gpt4 book ai didi

IE8 的 JQuery 问题 : Expected identifier

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

我尝试了一些我在这里搜索到的修复程序,但它们似乎不起作用......

我得到了一个预期的标识符,字符串或数字字符36,所以左括号。我尝试用双引号替换所有单引号,没有变化...

if (($('#attachment_asset').length) && ($('p.please-wait').length == 0)) {
$('.buttons').append($('<p/>', {
class: 'please-wait',
text: 'Please wait, uploading your file...'
}));
}

似乎在除 IE 之外的任何地方都工作正常...

最佳答案

Word seems to be reserved in IE 。尝试用引号括起来:

$('.buttons').append($('<p/>', {
"class": 'please-wait',
text: 'Please wait, uploading your file...'
}));

关于IE8 的 JQuery 问题 : Expected identifier,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11040501/

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