jQuery 1.6.1,IE9和SCRIPT5009:'$'未定义 [英] jQuery 1.6.1 , IE9 and SCRIPT5009: '$' is undefined

查看:117
本文介绍了jQuery 1.6.1,IE9和SCRIPT5009:'$'未定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SCRIPT5009:'$'未定义

SCRIPT5009: '$' is undefined

<script type="text/javascript" src="xxx_files/jquery.js"></script>
<script type="text/javascript" src="xxx_files/jquery_002.js"></script>
<script type="text/javascript" src="xxx_files/ticker.js"></script>
<script type="text/javascript" src="xxx_files/config.js"></script>
<script type="text/javascript" src="xxx_files/ajax.js"></script>
<script type="text/javascript" src="xxx_files/lite.js"></script> 
<script type="text/javascript" src="xxx_files/jquery.pagination.js"> </script>
<script type="text/javascript">
$(document).ready(function(){
    $('#slide').pajinate({
          num_page_links_to_display : 0,
       items_per_page : 4
    });
 });
 </script>

在IE9中使用jQuery 1.6.1.为什么在ie9中未定义"$"?

with jQuery 1.6.1 in IE9 . Why '$' is undefined in ie9 ?

预先感谢

推荐答案

在引用jQuery之前,您是否还有使用jQuery的脚本?

Do you have another script using jQuery before jQuery is referenced?

这篇关于jQuery 1.6.1,IE9和SCRIPT5009:'$'未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆