[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLButtonElement/commandForElement [Back]  [Original]

HTMLButtonElement: commandForElement - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLButtonElement: commandForElement

Baseline 2025

202512

Experimental:

commandForElement HTMLButtonElement

JavaScript HTML commandfor

(Element)

js
const popover = document.getElementById("mypopover");
const toggleBtn = document.getElementById("toggleBtn");

toggleBtn.commandForElement = popover;

HTML
# dom-button-commandforelement


Web Proxy Viewer  |  New URL  |  Original Page