<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kayactech</author_name>
  <author_url>https://blog.hatena.ne.jp/kayactech/</author_url>
  <blog_title>KAYAC Engineers' Blog</blog_title>
  <blog_url>https://techblog.kayac.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>jquery</anon>
  </categories>
  <description>先日社内のPGに教えてもらったのですが、jQuery(1.2.0以降)ではイベントに名前空間を指定できるようです。 $('a').mouseover(function () { console.log('over!'); }); // -&gt; a tagにカーソルを乗せるとconsoleに'over!'を出力 $('a').bind('mouseover.tmp', function () { console.log('tmp!'); }); // -&gt; a tagにカーソルを乗せるとconsoleに'over!'と'tmp!'を出力 $('a').unbind('.tmp'); // -&gt; a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftechblog.kayac.com%2Fjquery-events-namespace.html&quot; title=&quot;jQueryのイベントネームスペース - KAYAC Engineers&amp;#39; Blog&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>2008-07-09 12:00:00</published>
  <title>jQueryのイベントネームスペース</title>
  <type>rich</type>
  <url>https://techblog.kayac.com/jquery-events-namespace.html</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
