aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html b/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html
deleted file mode 100644
index 63397f0280..0000000000
--- a/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: getElementsByAttribute
-slug: Archive/Mozilla/XUL/Method/getElementsByAttribute
-tags:
- - XUL Methods
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Method/getElementsByAttribute
----
-<div class="noinclude">
- <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div>
-<dl>
- <dt><span id="m-getElementsByAttribute"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getElementsByAttribute">getElementsByAttribute( attrib, value )</a></code></span></dt>
- <dd>戻り値の型: <em>DOM NodeList</em></dd>
- <dd>最初の引数に与えた属性に 2 番目の引数に与えた値が設定された、すべての子要素の配列を返します。2 番目の引数が '*' の場合は、属性に任意の値が設定されたものとします。</dd>
- <dd>このメソッドは XUL 要素上でのみ使用可能です。 DOM の一部ではないので注意してください。</dd>
-</dl>