{"id":1490,"date":"2018-09-18T20:13:26","date_gmt":"2018-09-18T11:13:26","guid":{"rendered":"http:\/\/4koma-web.com\/coding\/?p=1490"},"modified":"2018-09-18T20:13:26","modified_gmt":"2018-09-18T11:13:26","slug":"jquery%e3%81%ae%e3%81%bf%e3%81%a7rss%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%bf","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/jquery%e3%81%ae%e3%81%bf%e3%81%a7rss%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%bf\/","title":{"rendered":"jquery\u306e\u307f\u3067rss\u3092\u8aad\u307f\u8fbc\u307f"},"content":{"rendered":"<p>Google Feed API\u304c\u7d42\u4e86\u3057\u305f\u3068\u306e\u3053\u3068\u3067<\/p>\n<p>Google Feed API\u306e\u4ee3\u66ff\u7b56\u3068\u3057\u3066jquery\u3092\u4f7f\u7528\u3057\u305frss\u306e\u53ce\u5f97\u65b9\u6cd5\u3067\u3059\u3002<\/p>\n<p>\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3067\u306f\u540c\u3058\u30c9\u30e1\u30a4\u30f3\u5185\u306e RSS \u3092\u8aad\u307f\u8fbc\u3093\u3067\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n<pre>\r\n<script type= \"text\/javascript\">\r\n$(function(){\r\n  $.ajax({\r\n    url: \"http:\/\/xxx\/?feed=rss2\",\r\n    cache: false,\r\n    dataType:\"xml\",\r\n    success: function(xml){\r\n      $(xml).find('item').each(function(){\r\n        var title = $(this).find('title').text();\r\n        var url = $(this).find('link').attr('href')\r\n        $('<li><\/li>').html('<a href=\"'+url+'\">'+title+'<\/a>').appendTo('ul#feedList');\r\n        });\r\n    }\r\n  });\r\n});\r\n<\/script>\r\n\r\n<ul id=\"feed\"><\/ul>\r\n<\/pre>\n<p>jquery\u306e\u307f\u3067\u7c21\u5358\u306brss\u3092\u53d6\u5f97\u53ef\u80fd\u306a\u306e\u3067\u3001\u30d6\u30ed\u30b0\u306e\u6700\u65b0\u8a18\u4e8b\u306a\u3069\u3092html\u30b5\u30a4\u30c8\u306b\u8868\u793a\u3055\u305b\u305f\u3044\u3068\u304d\u306a\u3069\u306b\u4fbf\u5229\u3067\u3059\u306d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google Feed API\u304c\u7d42\u4e86\u3057\u305f\u3068\u306e\u3053\u3068\u3067 Google Feed API\u306e\u4ee3\u66ff\u7b56\u3068\u3057\u3066jquery\u3092\u4f7f\u7528\u3057\u305frss\u306e\u53ce\u5f97\u65b9\u6cd5\u3067\u3059\u3002 \u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3067\u306f\u540c\u3058\u30c9\u30e1\u30a4\u30f3\u5185\u306e RSS \u3092\u8aad\u307f\u8fbc\u3093\u3067\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"","_original_post":"","footnotes":""},"categories":[1],"tags":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-11 18:24:04","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1490"}],"collection":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/comments?post=1490"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1490\/revisions"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=1490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=1490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=1490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}