A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/HTMLFormElement/reset below:

HTMLFormElement: reset() method - Web APIs

HTMLFormElement: reset() method

Baseline Widely available

The HTMLFormElement.reset() method restores a form element'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 of reset it will mask the form's reset method. It does not reset other attributes in the input, such as disabled.

Note that if setAttribute() is called to set the value of a particular attribute, a subsequent call to reset() won't reset the attribute to its default value, but instead will keep the attribute at whatever value the setAttribute() call set it to.

Syntax Parameters

None.

Return value

None (undefined).

Examples
document.getElementById("my-form").reset();
Specifications Browser compatibility

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