<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tasukujp</author_name>
  <author_url>https://blog.hatena.ne.jp/tasukujp/</author_url>
  <blog_title>TASK NOTES</blog_title>
  <blog_url>https://www.task-notes.com/</blog_url>
  <categories>
    <anon>jQuery</anon>
  </categories>
  <description>HTMLで特定の要素を全て取得して回したい場合はJavaScriptなどで繰り返し処理をしますが、jQueryを使った場合の方法をまとめます。 対象としてはこのようなHTMLの場合です。 &lt;div class=&quot;comment&quot;&gt;コメント1&lt;/div&gt; &lt;div class=&quot;comment&quot;&gt;コメント2&lt;/div&gt; &lt;div class=&quot;comment&quot;&gt;コメント3&lt;/div&gt; ... .each()メソッド jQueryで繰り返しといえばeach()メソッドです。基本的な構文は以下の通り。 $('セレクタ').each(function(index, element){ 〜 }); 第1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.task-notes.com%2Fentry%2F20140725%2F1406216933&quot; title=&quot;【jQuery】複数の要素に対して繰り返し処理をする（each・for） - TASK NOTES&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>http://cdn-ak.f.st-hatena.com/images/fotolife/t/tasukujp/20140831/20140831185540.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-07-25 00:48:53</published>
  <title>【jQuery】複数の要素に対して繰り返し処理をする（each・for）</title>
  <type>rich</type>
  <url>https://www.task-notes.com/entry/20140725/1406216933</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
