<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>laplus-knsn</author_name>
  <author_url>https://blog.hatena.ne.jp/laplus-knsn/</author_url>
  <blog_title>at kaneshin</blog_title>
  <blog_url>https://kaneshin.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>jQuery</anon>
  </categories>
  <description>基本的に要素へイベントの処理を追加する場合は $('#foo').bind('click', function() { // procedure }); としますが、これは動的に生成された要素にはその処理を追加することができません。 そういうときは live メソッドを使用します $('#foo').live('click', function() { // procedure }); こうすると、動的に生成された foo セレクターにも click の処理が追加することが可能になります。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaneshin.hateblo.jp%2Fentry%2F2012%2F10%2F07%2F194441&quot; title=&quot;JavaScript (jQuery) で動的にイベントの処理を追加する方法 - at kaneshin&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>2012-10-07 19:44:41</published>
  <title>JavaScript (jQuery) で動的にイベントの処理を追加する方法</title>
  <type>rich</type>
  <url>https://kaneshin.hateblo.jp/entry/2012/10/07/194441</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
