<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yellowteno</author_name>
  <author_url>https://blog.hatena.ne.jp/yellowteno/</author_url>
  <blog_title>yellowtenoの日記</blog_title>
  <blog_url>https://yellowteno.hatenadiary.org/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>alert()を埋め込んで調査した結果原因は$()でformが取得できないみたい $()はdocument.getElementById()関数へのショートカットです。 alert($('hogehoge')); ← = null var arr = Form.getInputs($('hogehoge'), 'radio', 'item') formを調べるとnameになっているのでname→idに変更 &lt;form name=&quot;hogehoge&quot;&gt; ↓ &lt;form id=&quot;hogehoge&quot;&gt;すると今度は、documentsから取得していたところが取れなくなるので$()に変更する。 docu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyellowteno.hatenadiary.org%2Fentry%2F20070621%2F1182414322&quot; title=&quot;FireFoxで$()が動作しない（IEでは正常に動作する。） - yellowtenoの日記&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>2007-06-21 17:25:22</published>
  <title>FireFoxで$()が動作しない（IEでは正常に動作する。）</title>
  <type>rich</type>
  <url>https://yellowteno.hatenadiary.org/entry/20070621/1182414322</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
