<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script type="text/javascript"> var url = "https://spreadsheets.google.com/feeds/cells/[key]/od6/public/values?alt=json" var cateArr = []; //表示させる最大行数 var showMax = 15; $(function(){ $("table#whatsnew_tbl tbody").html(""); //JSONで受け取って整形 $.getJSON(url, function(data){ $(data.feed.entry).each(function(){ if (this.gs