<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>beatdjam</author_name>
  <author_url>https://blog.hatena.ne.jp/beatdjam/</author_url>
  <blog_title>B-Teck!</blog_title>
  <blog_url>https://blog.beatdjam.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>jQuery</anon>
  </categories>
  <description>jQueryの場合 jQueryの場合のサンプル pure JSの場合 JavaScriptの場合のサンプル jQueryの場合 昔こういう事するときはjQueryのlive()を利用していたんだけど、1.9で死んでた。 $(&quot;p&quot;).live(&quot;click&quot;, function(){ $(this).after(&quot;&lt;p&gt;これもクリックできる&lt;/p&gt;&quot;); }); 1.9以降で同じ挙動させるならonを使う $(document).on('click', 'p', function() { $(this).after(&quot;&lt;p&gt;これもクリックできる&lt;/p&gt;&quot;); }); documentの部分を別…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.beatdjam.com%2Fentry%2F2018%2F11%2F19%2F001732&quot; title=&quot;【JavaScript/jQuery】後から生成されたDOMからイベントを発火させる - B-Teck!&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-11-19 00:17:32</published>
  <title>【JavaScript/jQuery】後から生成されたDOMからイベントを発火させる</title>
  <type>rich</type>
  <url>https://blog.beatdjam.com/entry/2018/11/19/001732</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
