gpt4 book ai didi

jQuery 1.6.2 升级导致元选择器出现问题

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

这在 1.4 中运行良好。

var ogimagetag = $('meta[property=og:image]').attr('content');

给我

Uncaught Syntax error, unrecognized expression: [property=og:image]

这个错误似乎很严重。

Sizzle.error = function( msg ) {
throw "Syntax error, unrecognized expression: " + msg;
};
jquery-1.6.2.js:4057 Uncaught Syntax error, unrecognized expression: [property=og:image]

有人知道如何选择 og:image meta 的内容而不导致错误吗?或者这是一个令人烦恼的错误?

最佳答案

将值放在引号中。我认为 : 令人困惑。引用该值可以解决此问题。

var ogimagetag = $('meta[property="og:image"]').attr('content');

示例:http://jsfiddle.net/n7zse/

关于jQuery 1.6.2 升级导致元选择器出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6749112/

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