{"id":2603,"date":"2026-03-31T11:54:29","date_gmt":"2026-03-31T02:54:29","guid":{"rendered":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/?p=2603"},"modified":"2026-03-31T16:57:47","modified_gmt":"2026-03-31T07:57:47","slug":"htmx","status":"publish","type":"post","link":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/archives\/2603","title":{"rendered":"htmx"},"content":{"rendered":"<p>\u6700\u8fd1htmx\u3068\u3044\u3046\u3082\u306e\u3092AI\u306b\u6559\u3048\u3066\u3082\u3089\u3044\u3001\u4f7f\u3044\u65b9\u3092\u52c9\u5f37\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<h3>after-swap\u30a4\u30d9\u30f3\u30c8\u306e\u6355\u6349<\/h3>\n<p>\u3053\u308c\u3092\u3069\u3053\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u30a4\u30d9\u30f3\u30c8\u3092\u6355\u6349\u3067\u304d\u308b\u306e\u304b\u3092\u8abf\u3079\u307e\u3057\u305f\u3002<\/p>\n<h4><a href='\/labo\/suzuki\/wp-content\/uploads\/2603\/index1.html'>index1.html<\/a><\/h4>\n<pre class='code'>&lt;html&gt;\n  &lt;head&gt;\n    &lt;script src=&quot;https:\/\/unpkg.com\/htmx.org@2.0.8&quot;&gt;&lt;\/script&gt;\n  &lt;\/head&gt;\n\n  &lt;body&gt;\n    &lt;button\n      hx-get=&quot;content1.html&quot; hx-target=&quot;#div1&quot; \n      hx-swap=&quot;innerHTML&quot; \n      hx-on::after-swap=&quot;console.log(&#039;after swap at button1&#039;);&quot;\n    &gt;\n      innerHTML\n    &lt;\/button&gt;\n\n    &lt;div id=&quot;div1&quot; style=&quot;border: 4px ridge blue; padding: 0.5rem;&quot;\n      hx-on::after-swap=&quot;console.log(&#039;after swap at original #div1&#039;);&quot;\n    &gt;\n      original content\n    &lt;\/div&gt;\n      \n    &lt;button\n      hx-get=&quot;content2.html&quot; hx-target=&quot;#div2&quot; \n      hx-swap=&quot;outerHTML&quot; \n      hx-on::after-swap=&quot;console.log(&#039;after swap at button2&#039;);&quot;\n    &gt;\n      outerHTML\n    &lt;\/button&gt;\n\n    &lt;div id=&quot;div2&quot; style=&quot;border: 4px ridge blue; padding: 0.5rem;&quot;\n      hx-on::after-swap=&quot;console.log(&#039;after swap at original #div2&#039;);&quot;\n    &gt;\n      original content\n    &lt;\/div&gt;\n      \n  &lt;\/body&gt;\n&lt;\/html&gt;<\/pre>\n<h4>content1.html<\/h4>\n<pre class='code'>&lt;div id=&quot;div1-1&quot; style=&quot;border: 4px ridge red;&quot;\n  hx-on::after-swap=&quot;console.log(&#039;after swap at #div1 in content1.html&#039;);&quot;\n&gt;\n  content\n&lt;\/div&gt;<\/pre>\n<h4>content2.html<\/h4>\n<pre class='code'>&lt;div id=&quot;div2&quot; style=&quot;border: 4px ridge red;&quot;\n  hx-on::after-swap=&quot;console.log(&#039;after swap at #div2 in content2.html&#039;);&quot;\n&gt;\n  content\n&lt;\/div&gt;<\/pre>\n<p>\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u958b\u767a\u8005\u30c4\u30fc\u30eb\u306e\u30b3\u30f3\u30bd\u30fc\u30eb\u3092\u958b\u3044\u3066\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<p>\u7d50\u679c\u306f\u3001swap\u3092innerHTML\u306b\u3057\u3066\u3001target\u306b\u8a2d\u5b9a\u3057\u306a\u3044\u3068\u3060\u3081\u3068\u3044\u3046\u3053\u3068\u3067\u3059\u3002outerHTML\u3060\u3068\u3001\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308btarget\u304c\u6d88\u3048\u308b\u306e\u3067\u3001after-swap\u30a4\u30d9\u30f3\u30c8\u304c\u6349\u3048\u3089\u308c\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u65b0\u3057\u3044target\u306e\u8981\u7d20\u306f\u307e\u3060htmx\u306b\u3088\u3063\u3066\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u306e\u3067\u3001\u3053\u3061\u3089\u3082\u3060\u3081\u3068\u3044\u3046\u3053\u3068\u3067\u3059\u3002<\/p>\n<p>\u3069\u3046\u3057\u3066\u3082outerHTML\u3067\u3084\u308a\u305f\u3044\u3068\u304d\u306b\u3069\u3046\u3057\u305f\u3089\u3044\u3044\u306e\u304b\u3068\u3044\u3046\u3068\u3001target\u306e\u89aa\u8981\u7d20(\u4eca\u56de\u306fbody)\u306b\u30a4\u30d9\u30f3\u30c8\u30ea\u30b9\u30ca\u30fc\u3092\u8a2d\u5b9a\u3059\u308b(hx-on::after-swap\u3092\u3064\u3051\u308b)\u306e\u304c\u3088\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n<h4><a href='\/labo\/suzuki\/wp-content\/uploads\/2603\/index2.html'>index2.html<\/a><\/h4>\n<pre class='code'>&lt;html&gt;\n  &lt;head&gt;\n    &lt;script src=&quot;https:\/\/unpkg.com\/htmx.org@2.0.8&quot;&gt;&lt;\/script&gt;\n    &lt;script&gt;&lt;!--\n        function myLog(evt){\n            console.log(evt.target);\n        }\n    --&gt;&lt;\/script&gt;\n  &lt;\/head&gt;\n\n  &lt;body\n    hx-on::after-swap=&quot;myLog(event);&quot;\n  &gt;\n    &lt;button\n      hx-get=&quot;content1.html&quot; hx-target=&quot;#div1&quot; \n      hx-swap=&quot;innerHTML&quot; \n    &gt;\n      innerHTML\n    &lt;\/button&gt;\n\n    &lt;div id=&quot;div1&quot; style=&quot;border: 4px ridge blue; padding: 0.5rem;&quot;&gt;\n      original content\n    &lt;\/div&gt;\n      \n    &lt;button\n      hx-get=&quot;content2.html&quot; hx-target=&quot;#div2&quot; \n      hx-swap=&quot;outerHTML&quot; \n    &gt;\n      outerHTML\n    &lt;\/button&gt;\n\n    &lt;div id=&quot;div2&quot; style=&quot;border: 4px ridge blue; padding: 0.5rem;&quot;&gt;\n      original content\n    &lt;\/div&gt;\n      \n  &lt;\/body&gt;\n&lt;\/html&gt;<\/pre>\n<p>innerHTML\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068div#div1\u304c\u3001outerHTML\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068div#div2\u304c\u793a\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n<h3>hx-push-url\u3092\u4f7f\u3063\u305fURL\u306e\u5c65\u6b74\u5909\u66f4<\/h3>\n<p>htmx\u3092\u4f7f\u3063\u3066\u30bf\u30d6\u5207\u308a\u66ff\u3048\u3092\u3064\u304f\u308a\u307e\u3057\u305f\u3002\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u305d\u306e\u30da\u30fc\u30b8\u306e\u5185\u5bb9\u3092hx-get\u3067\u53d6\u5f97\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f\u3002<br \/>\n\u305d\u306e\u3068\u304d\u3001\u30da\u30fc\u30b8\u306e\u30ea\u30ed\u30fc\u30c9(F5)\u3092\u3059\u308b\u3068\u3001\u6700\u521d\u306b\u8aad\u307f\u8fbc\u3080\u30da\u30fc\u30b8\u306b\u623b\u3063\u3066\u3057\u307e\u3044\u3001\u958b\u3044\u305f\u30bf\u30d6\u3092\u518d\u73fe\u3067\u304d\u306a\u304f\u306a\u308b\u306e\u304c\u4e0d\u90fd\u5408\u3067\u3057\u305f\u3002<br \/>\n\u305d\u3053\u3067\u3001\u30af\u30ea\u30c3\u30af\u3057\u305f\u3068\u3053\u308d(\u30cf\u30c3\u30b7\u30e5)\u3092URL\u306b\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u3001\u30da\u30fc\u30b8\u30ea\u30ed\u30fc\u30c9\u3067\u305d\u308c\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u3092\u601d\u3044\u3064\u304d\u307e\u3057\u305f\u3002\n<\/p>\n<p>\u30da\u30fc\u30b8\u304c\u30ed\u30fc\u30c9\u6e08\u307f\u306e\u5834\u5408\u306fhx-get\u3092\u7121\u52b9\u306b\u3057\u3064\u3064\u3001URL\u306e\u5909\u9077\u3060\u3051\u306f\u3067\u304d\u306a\u3044\u304b\u3068\u3044\u308d\u3044\u308d\u3068\u8a66\u3057\u3066\u307f\u307e\u3057\u305f\u3002\n<\/p>\n<h4><a href='\/labo\/suzuki\/wp-content\/uploads\/2603\/index3.html'>index3.html<\/a><\/h4>\n<pre class='code'>&lt;html&gt;\n  &lt;head&gt;\n    &lt;script src=&quot;https:\/\/unpkg.com\/htmx.org@2.0.8&quot;&gt;&lt;\/script&gt;\n  &lt;\/head&gt;\n\n  &lt;body&gt;\n  \t&lt;table&gt;\n    &lt;caption&gt;hx-get, href, hx-push-url\u306e\u52d5\u4f5c\u78ba\u8a8d&lt;\/caption&gt;\n    &lt;thead&gt;\n    &lt;tr&gt;\n        &lt;th&gt;&lt;\/th&gt;&lt;th colspan=3&gt;\u5024&lt;\/th&gt;&lt;th colspan=3&gt;\u7d50\u679c&lt;\/th&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n        &lt;th&gt;&lt;\/th&gt;\n        &lt;th&gt;href&lt;\/th&gt;&lt;th&gt;hx-get&lt;\/th&gt;&lt;th&gt;hx-push-url&lt;\/th&gt;\n        &lt;th&gt;Jump&lt;\/th&gt;&lt;th&gt;hx-get&lt;\/th&gt;&lt;th&gt;hx-push-url&lt;\/th&gt;\n    &lt;\/tr&gt;\n    &lt;\/thead&gt;\n    &lt;tbody&gt;\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            href=&#039;#jump1&#039;\n            hx-get=&quot;content.php?jump_to_valid_href&quot;\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link1&quot;\n        &gt;Link1&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;#jump1&lt;\/td&gt;\n        &lt;td&gt;content.php&lt;\/td&gt;\n        &lt;td&gt;#link1&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            href=&#039;&#039;\n            hx-get=&quot;content.php?not_jump&quot;\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link2&quot;\n        &gt;Link2&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;\u7a7a&lt;\/td&gt;\n        &lt;td&gt;content.php&lt;\/td&gt;\n        &lt;td&gt;#link2&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            href=&#039;&#039;\n            hx-get=&#039;&#039;\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link3&quot;\n        &gt;Link3&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;\u7a7a&lt;\/td&gt;\n        &lt;td&gt;\u7a7a&lt;\/td&gt;\n        &lt;td&gt;#link3&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;index3.html&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            href=&#039;&#039;\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link4&quot;\n        &gt;Link4&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;\u7a7a&lt;\/td&gt;\n        &lt;td&gt;\u306a\u3057&lt;\/td&gt;\n        &lt;td&gt;#link4&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;same to reload&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            hx-get=&#039;content.php?link5_was_clicked&#039;\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link5&quot;\n        &gt;Link5&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;\u306a\u3057&lt;\/td&gt;\n        &lt;td&gt;content.php&lt;\/td&gt;\n        &lt;td&gt;#link5&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;&amp;#x25cb;&lt;\/td&gt;\n        &lt;td&gt;not link&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;tr&gt;\n        &lt;th&gt;&lt;a\n            hx-target=&quot;#div1&quot;\n            hx-push-url=&quot;#link6&quot;\n        &gt;Link6&lt;\/a&gt;&lt;\/th&gt;\n        &lt;td&gt;\u306a\u3057&lt;\/td&gt;\n        &lt;td&gt;\u306a\u3057&lt;\/td&gt;\n        &lt;td&gt;#link6&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;&amp;times;&lt;\/td&gt;\n        &lt;td&gt;\u4f55\u3082\u8d77\u304d\u306a\u3044&lt;\/td&gt;\n    &lt;\/tr&gt;\n\n    &lt;\/tbody&gt;\n    &lt;\/table&gt;\n\n    &lt;div id=&quot;div1&quot; style=&quot;border: 4px ridge blue; padding: 0.5rem;&quot;&gt;\n      original content\n    &lt;\/div&gt;\n\n    &lt;div style=&quot;height: 300px&quot;&gt;\n        &lt;span id=&#039;jump1&#039;&gt;Jump1&lt;\/span&gt;\n    &lt;\/div&gt;\n  &lt;\/body&gt;\n&lt;\/html&gt;<\/pre>\n<p>\u7d50\u8ad6\u306fhx-get\u304c\u6210\u529f\u3057\u306a\u3044\u3068hx-push-url\u306f\u52d5\u304b\u306a\u3044(by ChatGPT)\u3002<\/p>\n<p>\u79c1\u306e\u7528\u9014\u306b\u306fhx-push-url\u306f\u4f7f\u3048\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3067\u3001hx-on:click=&#8221;history.pushState({}, &#8221;, &#8216;link&#8217;);\u3068\u3059\u308b\u3088\u308a\u4ed6\u306a\u3055\u305d\u3046\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u8fd1htmx\u3068\u3044\u3046\u3082\u306e\u3092AI\u306b\u6559\u3048\u3066\u3082\u3089\u3044\u3001\u4f7f\u3044\u65b9\u3092\u52c9\u5f37\u3057\u3066\u3044\u307e\u3059\u3002 after-swap\u30a4\u30d9\u30f3\u30c8\u306e\u6355\u6349 \u3053\u308c\u3092\u3069\u3053\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u30a4\u30d9\u30f3\u30c8\u3092\u6355\u6349\u3067\u304d\u308b\u306e\u304b\u3092\u8abf\u3079\u307e\u3057\u305f\u3002 index1.html content1.html  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38,7],"tags":[],"_links":{"self":[{"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/posts\/2603"}],"collection":[{"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/comments?post=2603"}],"version-history":[{"count":13,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/posts\/2603\/revisions"}],"predecessor-version":[{"id":2618,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/posts\/2603\/revisions\/2618"}],"wp:attachment":[{"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/media?parent=2603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/categories?post=2603"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/biochemistry.isc.chubu.ac.jp\/labo\/suzuki\/wp-json\/wp\/v2\/tags?post=2603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}