<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ponkotsu0605</author_name>
  <author_url>https://blog.hatena.ne.jp/ponkotsu0605/</author_url>
  <blog_title>ポンコツエンジニアのごじゃっぺ開発日記。</blog_title>
  <blog_url>https://www.pnkts.net/</blog_url>
  <categories>
    <anon>javascript</anon>
    <anon>jquery</anon>
    <anon>技術</anon>
  </categories>
  <description>タイトルの通り、jqueryで指定したURL、または指定した文字列を含むURLのリンクを探す方法です。 普段はaタグを探すとなると、このように指定すると思います。 $('a') これに追加して指定のclassやidのaタグを探すときは、 $('a.className') $('a.idName') のように指定すると思います。 さて、指定したURLのリンクを探す方法はどうすればいいのでしょうか。こちらでいけます。 $('a[href=&quot;url&quot;]') さてさて、指定した文字列を含むURLのリンクを探す方法はどうすればいいのか。こちらになります！ $('a[href*=&quot;url&quot;]') 重要なの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.pnkts.net%2F2018%2F05%2F02%2Fjquery-a-tag%2F&quot; title=&quot;jqueryで指定した文字列を含むURLのリンクを探す方法。 - ポンコツエンジニアのごじゃっぺ開発日記。&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://blog.pnkts.net/media/2018/04/762895a2-jquery-pnkts-1024x818.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-05-02 01:51:28</published>
  <title>jqueryで指定した文字列を含むURLのリンクを探す方法。</title>
  <type>rich</type>
  <url>https://www.pnkts.net/2018/05/02/jquery-a-tag/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
