嗨,我收到无效标签错误 nmy 代码
<!DOCTYPE html>
<html>
<head>
<title>Radio Group Example</title>
<link rel="stylesheet" type="text/css" href="../styles/core.css"/>
<style type="text/css">
#result tt {
color: maroon;
font-size: 1.1em;
}
form>div {
margin-top: 0.9em;
}
</style>
<script type="text/javascript" src="../scripts/jquery-1.4.js"></script>
<script type="text/javascript">
$.get('http://www.cloudspokes.com/challenges/1548.json', function(data) {
alert(data); //uncomment this for debug
},'jsonp');
</script>
</head>
<body>
<div id='helloWorld'>Hello WOrld</div>
</body>
</html>
我是 jquery.search 关于这个错误的新手,但无法解决它。当我在浏览器中调用此 url 时,它给了我一个 json 对象http://www.cloudspokes.com/challenges/1548.json。有人可以帮忙解决这个错误吗?