ReferenceError:未定义jQuery

时间:2016-12-07 18:31:38

标签: javascript jquery html css ajax

尝试加载页面时,我收到错误消息: ReferenceError:未定义jQuery ReferenceError:$未定义

这是我的代码片段(这是在头脑中):

<link rel='stylesheet' href='https://static.rbxcdn.com/css/reset___90041b2af2fb6b9b7864ee66001ba812_m.css/fetch' />

 <link rel='stylesheet' href='https://static.rbxcdn.com/css/MainCSS___60fd933d0f625c9774382f154e19cc17_m.css/fetch' />

 <link rel='stylesheet' href='https://static.rbxcdn.com/css/page___6ff112f8c962911ea086de0a4c407e0d_m.css/fetch' />
 <script type='text/javascript' src='//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js'></script>
 <script type='text/javascript'>window.jQuery || document.write("<script type='text/javascript' src='/js/jquery/jquery-1.11.1.js'><\/script>")</script>
 <script type='text/javascript' src='//ajax.aspnetcdn.com/ajax/jquery.migrate/jquery-migrate-1.2.1.min.js'></script>
 <script type='text/javascript'>window.jQuery || document.write("<script type='text/javascript' src='/js/jquery/jquery-migrate-1.2.1.js'><\/script>")</script>
 <script type='text/javascript' src='https://js.rbxcdn.com/1a541fc4ac2f263b93132fffb807b336.js.gzip'></script>

0 个答案:

没有答案