<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kuronekopunk</author_name>
  <author_url>https://blog.hatena.ne.jp/kuronekopunk/</author_url>
  <blog_title>ノンカフェインであなたにやさしい</blog_title>
  <blog_url>https://akinobu.net/</blog_url>
  <categories>
    <anon>jQuery</anon>
    <anon>javascript</anon>
  </categories>
  <description>onMouseOver,onMouseOutを使って個別に指定する &lt;img src=&quot;img_off.jpg&quot; alt=&quot;&quot; onMouseOver=&quot;this.src='img_on.jpg'&quot; onMouseOut=&quot;this.src='img_off.jpg'&quot;&gt; これだと個別に指定しなければいけないので汎用的な形としては以下のようにします。 jQueryのhoverを使って変更する $(function(){ $(&quot;img&quot;).hover( function () { this.src = this.src.replace('_off', '_on'); }, function ()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakinobu.net%2Fentry%2F2013%2F11%2F27%2F170745&quot; title=&quot;【jQuery】マウスオーバーで画像を変える - ノンカフェインであなたにやさしい&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>2013-11-27 17:07:45</published>
  <title>【jQuery】マウスオーバーで画像を変える</title>
  <type>rich</type>
  <url>https://akinobu.net/entry/2013/11/27/170745</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
