0

我正在使用此代码

<!-- load jQuery 1.1.3 -->
<script type="text/javascript" src="http://example.com/jquery-1.1.3.js"></script>
<script type="text/javascript">
var jQuery_1_1_3 = $.noConflict(true);
</script>

<!-- load jQuery 1.3.2 -->
<script type="text/javascript" src="http://example.com/jquery-1.3.2.js"></script>
<script type="text/javascript">
var jQuery_1_3_2 = $.noConflict(true);
</script>

但以上是针对两个未压缩版本的。

我的页面有一个 umcompressed (1.7.1) 和一个缩小版 (1.8.1.min)

我该怎么做呢 ?

4

1 回答 1

1

完全相同的方式,压缩对此没有影响。

于 2012-12-13T07:54:07.527 回答