A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/ja/docs/Web/API/HTMLButtonElement/type below:

HTMLButtonElement: type プãƒãƒ‘ティ - Web API

HTMLButtonElement: type プロパティ

Baseline Widely available

type は HTMLButtonElement インターフェイスのメソッドで、この <button> 要素の動作の種類を示す文字列です。

これは <button> 要素の type 属性を反映しています。

値

種類を表す文字列です。

取りうる値はボタンの種類の節に一覧があります。

例 HTML
<button id="button" type="reset">type</button>
JavaScript
const buttonElement = document.querySelector("#buttton");
console.log(buttonElement.type); // "reset"
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4