Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 1.7.1(缩小版)。我在萤火虫中不断收到错误:语法错误,
unrecognized expression: > /Scripts/jquery-1.7.1.min.js Line 3.
我尝试使用 CDN 并收到相同的错误。
当我尝试未缩小的版本时,我也收到一个错误:语法错误,
unrecognized expression: > /Scripts/jquery-1.7.1.js Line 4179.
知道为什么会发生这种情况吗?
只是一个猜测,尝试包含正确的顺序。首先包含 jquery 库,然后包含所有其他 js 文件。我希望是这样的:)