<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>AJYA</author_name>
  <author_url>https://blog.hatena.ne.jp/AJYA/</author_url>
  <blog_title>ソフトウェア開発者の日常</blog_title>
  <blog_url>https://ajya.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>ラジオボタンの選択により、テーブルの複数行をまとめて表示／非表示を切り替えなくてはならくなりました。 trタグにclassを記述していれば、非表示にするには、 $(&quot;.row&quot;).css(&quot;display&quot;, &quot;none&quot;); でできて、表示にするには、 $(&quot;.row&quot;).css(&quot;display&quot;, &quot;&quot;); とすればできるのは知っていました。 今回はテーブルの行数が多く、一度に表示／非表示を切り替える行が多いので、trタグ毎にクラスを記述するのは手間です。 unsplash-logoNESA by Makers tbodyタグで挟んでまとめて行う tableタグを書くと、普段はすぐにtr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajya.hatenablog.jp%2Fentry%2F2018%2F08%2F06%2F124000&quot; title=&quot;JavaScript：テーブルの複数行の表示／非表示をまとめて行うなら、tbodyタグを利用する - ソフトウェア開発者の日常&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>https://cdn-ak.f.st-hatena.com/images/fotolife/A/AJYA/20180806/20180806123117.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-08-06 12:40:00</published>
  <title>JavaScript：テーブルの複数行の表示／非表示をまとめて行うなら、tbodyタグを利用する</title>
  <type>rich</type>
  <url>https://ajya.hatenablog.jp/entry/2018/08/06/124000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
