<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hitode909</author_name>
  <author_url>https://blog.hatena.ne.jp/hitode909/</author_url>
  <blog_title>hitode909の日記</blog_title>
  <blog_url>https://blog.sushi.money/</blog_url>
  <categories>
  </categories>
  <description>タブみたいな感じでリンクが並んでいて，選択中のタブは見た目を変えたい，みたいなとき，テンプレートでifとか書いてもいいけど，JSでやると簡単にできて，いろんなところで使い回せる． リンク先が表示中のページと一致するか判定する． $(function() { $('a').each(function() { if (this.href === location.href) { $(this).css({ 'font-weight': 'bold', 'font-size': '120%' }); } }); });</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.sushi.money%2Fentry%2F20120106%2F1325823720&quot; title=&quot; 選択中のタブをハイライトしたいとき - hitode909の日記&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-01-06 13:22:00</published>
  <title> 選択中のタブをハイライトしたいとき</title>
  <type>rich</type>
  <url>https://blog.sushi.money/entry/20120106/1325823720</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
