Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLFormElement
  4. reset()

HTMLFormElement: reset() method

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheHTMLFormElement.reset() method restores a formelement's default values. This method does the same thing as clicking the form's<input type="reset"> control.

If a form control (such as a reset button) has a name or id ofreset it willmask the form's reset method. It does not reset other attributes in the input, such asdisabled.

Note that ifsetAttribute() is called to setthe value of a particular attribute, a subsequent call toreset() won'treset the attribute to its default value, but instead will keep the attribute atwhatever value thesetAttribute() call set it to.

Syntax

js
reset()

Parameters

None.

Return value

None (undefined).

Examples

js
document.getElementById("my-form").reset();

Specifications

Specification
HTML
# dom-form-reset-dev

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp