{"id":1505,"date":"2012-10-17T22:43:42","date_gmt":"2012-10-17T13:43:42","guid":{"rendered":"https:\/\/gunmagisgeek.com\/wordpress\/?p=1505"},"modified":"2013-12-30T00:48:47","modified_gmt":"2013-12-29T15:48:47","slug":"post-1505","status":"publish","type":"post","link":"https:\/\/gunmagisgeek.com\/blog\/jquery\/1505","title":{"rendered":"jQuery\u3092\u4f7f\u3063\u3066\u30c6\u30fc\u30d6\u30eb\u306e\u30bb\u30eb\u3092\u30af\u30ea\u30c3\u30af\u3057\u305f\u3068\u304d\u306b\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\uff08Edit in Place\uff09"},"content":{"rendered":"<p>\u753b\u9762\u9077\u79fb\u3092\u884c\u308f\u305a\u306b\u3001\u305d\u306e\u5834\u3067DOM\u8981\u7d20\u3092\u7de8\u96c6\u3067\u304d\u308b\u6a5f\u80fd\u3092\u300cinplace editor\u300d\u3068\u304b\u8a00\u3046\u3089\u3057\u3044\u3067\u3059\u3002<br \/>\n\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4f7f\u3046\u65b9\u304c\u7c21\u5358\u306a\u306e\u3067\u3059\u304c\u3001\u4f5c\u308a\u305f\u3044\u3082\u306e\u306b\u5408\u308f\u305b\u3066\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u306e\u304c\u601d\u3046\u3088\u3046\u306b\u3044\u304b\u306a\u304b\u3063\u305f\u306e\u3067\u3001\u81ea\u5206\u3067\u66f8\u3044\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:xhtml decode:true \" >&lt;table id=&quot;edit-table&quot;&gt;\r\n    &lt;tr&gt;\r\n    &lt;th&gt;\u8981\u7d20\uff11&lt;\/th&gt;\r\n    &lt;th&gt;\u8981\u7d20\uff12&lt;\/th&gt;\r\n    &lt;th&gt;\u8981\u7d20\uff13&lt;\/th&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n        &lt;td&gt;1&lt;\/td&gt;&lt;td&gt;hoge&lt;\/td&gt;&lt;td&gt;hoge&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n        &lt;td&gt;2&lt;\/td&gt;&lt;td&gt;hello&lt;\/td&gt;&lt;td&gt;world&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n        &lt;td&gt;3&lt;\/td&gt;&lt;td&gt;&lt;\/td&gt;&lt;td&gt;&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n&lt;\/table&gt;<\/pre>\n<pre class=\"lang:js decode:true \" >\r\n(function(documet){\r\n    \r\n    $(document).ready(function(){\r\n    \t $(&quot;#edit-table &gt; tbody &gt; tr &gt; td&quot;).click(edit_toggle());\r\n    });\r\n\r\n\r\n    function edit_toggle(){\r\n        var edit_flag=false;\r\n        return function(){\r\n            if(edit_flag) return;\r\n            var $input = $(&quot;&lt;input&gt;&quot;).attr(&quot;type&quot;,&quot;text&quot;).val($(this).text());\r\n            $(this).html($input); \r\n            \r\n            $(&quot;input&quot;, this).focus().blur(function(){\r\n                save(this);\r\n                $(this).after($(this).val()).unbind().remove();\r\n                edit_flag = false;\r\n            });\r\n            edit_flag = true;\r\n        }\r\n    }    \r\n    \r\n    function save(elm){\r\n        alert(&quot;\u300c&quot;+$(elm).val()+&quot;\u300d\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f&quot;); \/\/\u4fdd\u5b58\u3059\u308b\u51e6\u7406\u3092\u3053\u3053\u306b\u66f8\u304f\r\n    }\r\n})(document);<\/pre>\n<p>p\u30bf\u30b0\u3084h\u30bf\u30b0\u306a\u3069\u3001table\u4ee5\u5916\u306e\u8981\u7d20\u306b\u3082\u7de8\u96c6\u6a5f\u80fd\u3092\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002<\/p>\n<p>\u30b5\u30f3\u30d7\u30eb<br \/>\n<script type=\"text\/javascript\" src=\"http:\/\/jsdo.it\/blogparts\/k6LX\/js?width=465&#038;height=496&#038;view=play\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u753b\u9762\u9077\u79fb\u3092\u884c\u308f\u305a\u306b\u3001\u305d\u306e\u5834\u3067DOM\u8981\u7d20\u3092\u7de8\u96c6\u3067\u304d\u308b&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1513,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-1505","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery","has-post-thumbnail-archive"],"_links":{"self":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/1505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/comments?post=1505"}],"version-history":[{"count":10,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/1505\/revisions"}],"predecessor-version":[{"id":2214,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/1505\/revisions\/2214"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media\/1513"}],"wp:attachment":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media?parent=1505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/categories?post=1505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/tags?post=1505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}