gpt4 book ai didi

javascript - jQuery Mobile : $. 移动未定义

转载 作者:行者123 更新时间:2023-11-29 17:18:00 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用 jQuery 解析远程 JSON 文件,但出现“$.mobile is undefined”错误。

<html>
<head>
<title></title>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mobile-1.3.0.min"></script>
<script>
$.support.cors = true;
$.mobile.allowCrossDomainPages = true;
$(document).ready(function()
{
$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?", function(data)
{
alert ("Ok");
})
})
</script>
</head>
<body>
</body>
</html>

我做错了什么? “jquery-1.9.1.min.js”和“jquery-1.9.1.min.js”都存在,我没有修改它们。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com