0

当我尝试在 UNIX 机器上使用 YUICompressor 压缩 jQuery 时,它添加了一些奇怪的单词,导致 jquery init 崩溃:

(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)}get ,_jQuery=window.jQuery

注意 'get' 在 ,_jQuery=window.jQuery 之前。当然,源代码中没有“get”。

在 Windows 机器上压缩时一切正常。

有什么线索吗?

4

1 回答 1

0

在“14 days of jQuery”的第 1天,提到你可以下载已经缩小的 jQuery:

像往常一样,我们提供了两份 jQuery 副本,一份是缩小的(我们现在使用 Google Closure Compiler 作为默认的缩小器),另一份是未压缩的(用于调试或阅读)。

另外,请查看使用 Google Closure Compiler 编译的 jQuery

于 2010-08-08T02:02:34.360 回答