我在标题中引用了以下 jquery 文件:
<link rel='stylesheet' href='$root/css/jquery.mobile-1.3.2.min.css'>
<script type='text/javascript' src='$root/js/jquery.mobile-1.3.2.min.js'>
</script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'>
</script>
我收到以下错误:
a is undefined
该错误引用了整个 jquery.mobile-1.3.2.min.js 文件。
任何想法为什么会发生这种情况?