こんにちは私は無効なラベルエラー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が表示されます。誰かがこのエラーを解決する方法を手伝ってもらえますか?