gpt4 book ai didi

jquery - TypeError HTMLSpanElement没有方法 'html'

转载 作者:行者123 更新时间:2023-12-03 22:55:25 27 4
gpt4 key购买 nike

我收到错误

Uncaught TypeError: Object #<HTMLSpanElement> has no method 'html'

当我运行这个方法时

$("input[name=advancedSettings]").change(function() {
$('span[id^="sFile"]').each(function() {
this.html('Hey');
});
});

span 当然应该有一个名为 text 和 html 的方法,我已经对这两种方法进行了测试

最佳答案

您应该在 jquery 对象上运行 .html():

$(this).html('Hey');

关于jquery - TypeError HTMLSpanElement没有方法 'html',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8378266/

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