DOMException:无法在'Element'上执行'querySelectorAll':在干净的HTML文档上

时间:2017-05-03 08:23:36

标签: javascript jquery html

抱歉我的英语不好,因为这不是我的母语。我是javascript / jquery的初学者。

所以,我有一个清晰的HTML文档,其中包含指向jquery库的链接

<!DOCTYPE HTML>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>

</body>
</html>

但Chrome的控制台显示错误

  

异常:DOMException:无法在'Element'上执行'querySelectorAll':'*,:x'不是有效的选择器。在https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:11282 at ja(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:7443)......等等

是否有人知道此错误的原因以及如何解决此问题?

0 个答案:

没有答案