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.
CHtml::scriptFile('js/lightbox/js/jquery-1.10.2.min.js');
我正在尝试加载自己的 jquery,但随后出现此错误:
GET http://localhost/test/js/lightbox/js/jquery-1.10.2.min.map 404 (Not Found)
为什么它搜索 .map 扩展名,而不是 .js?
在您的 jquery 文件中有一些行是 top.like 中的注释
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery-1.10.2.min.map */
只需删除此行
//@ sourceMappingURL=jquery-1.10.2.min.map
sourceMappingURL 是一个 HTML5 功能。